Remove fzf from #fishshell ... I never use it

This commit is contained in:
Colin Powell
2020-03-31 08:29:08 -04:00
parent 6f10929c67
commit c3d25c5079
4 changed files with 1 additions and 65 deletions

View File

@ -3,7 +3,7 @@ set -gx PATH ~/.cargo/bin $PATH
set -gx PATH ~/.bin $PATH
set -gx PATH ~/.screenlayout $PATH
set -gx PATH ~/.emacs.d/bin $PATH
set -gx PATH ~/.fzf/bin $PATH
#set -gx PATH ~/.fzf/bin $PATH
set -gx PATH ~/.local/bin $PATH
fzf_key_bindings
set -gx EDITOR vi