mgalgs / fuzzy_bash_completion

Fuzzy tab completion for bash.
95 stars 9 forks source link

environemental variables always showing #15

Open silgon opened 4 years ago

silgon commented 4 years ago

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.