fuzzy_bash_completion
fuzzy_bash_completion copied to clipboard
environemental variables always showing
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.