Closed MrPickles closed 5 years ago
The current zshrc checks if fzf is in the path before appending a local version of fzf to the path. Thus if we have it installed in ~/.fzf/bin, it never gets sourced and all the other fzf configs get ignored.
zshrc
fzf
~/.fzf/bin
The current
zshrc
checks iffzf
is in the path before appending a local version offzf
to the path. Thus if we have it installed in~/.fzf/bin
, it never gets sourced and all the otherfzf
configs get ignored.