mgalgs / fuzzy_bash_completion

Fuzzy tab completion for bash.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

environemental variables always showing

silgon opened this issue · comments

As in the tutorial, I set fuzzy_setup_for_command cd;. However, when I write cd <space> <tab> the autocompletion shows me all the environmental variables. Is there any way to avoid this? Usually if it's empty after the cd command, after tab it should show me all the available directories.