fzf-tab icon indicating copy to clipboard operation
fzf-tab copied to clipboard

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

Open noboruma opened this issue 3 years ago • 1 comments

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?

noboruma avatar Feb 05 '22 14:02 noboruma

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

Aloxaf avatar Feb 10 '22 10:02 Aloxaf