Aloxaf / fzf-tab

Replace zsh's default completion selection menu with fzf!
MIT License
3.36k stars 97 forks source link

[Q] A way to rehash `$commands` values? #262

Open noboruma opened 2 years ago

noboruma commented 2 years ago

Describe your question Is there a way to rehash the $commands values? The ftb-tmux-popup script was failing because $commands[fzf] (here) was pointing to an old fzf path on my system. Is there a way to refresh it?

Aloxaf commented 2 years ago

Restart the shell will reset it automatically. Or you can use hash -r command.