💻 Software
bash: Is there a way to use tab completion through out CDPATH?
Fresh5 days ago
Mar 15, 20263617 viewsConfidence Score0%
0%
Problem
After reading this article, I set . However, I do not have tab completion through the directories in my home directory. I was wondering if anyone was aware of ways to do this.
Error Output
CDPATH=.:~
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: bash: Is there a way to use tab completion through out CDPATH?
Low Risk
You should install and enable bash-completion — it defines a function and sets it as the completer for the command, which overrides the default completion and includes .
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix