mirror of
https://github.com/junegunn/fzf
synced 2026-07-17 16:03:17 +00:00
30bd0b53db
Note that $SHELL only points to the default shell instead of the current shell. If you're on a non-default shell, you might want to override the value like follows. SHELL=zsh fzf --bind 'enter:execute:echo $ZSH_VERSION; sleep 1'