MrPickles / dotfiles

My personal dotfiles.
http://andrew.cloud/dotfiles.sh
MIT License
39 stars 23 forks source link

Append local fzf to path before checking existence of fzf #41

Closed MrPickles closed 5 years ago

MrPickles commented 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.