Open noboruma opened 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?
$commands
ftb-tmux-popup
$commands[fzf]
Restart the shell will reset it automatically. Or you can use hash -r command.
hash -r
Describe your question Is there a way to rehash the
$commands
values? Theftb-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?