diff options
Diffstat (limited to 'fish/config.fish')
-rw-r--r-- | fish/config.fish | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fish/config.fish b/fish/config.fish index 08341bc..40af5f9 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -19,7 +19,6 @@ set -gx TERM screen-256color set -gx SHELL /usr/bin/fish set -gx LESS '-iMRS -x2' set -gx PATH ~/.local/bin $PATH -set -gx PATH ~/scripts $PATH set -gx PATH ~/bin $PATH set -gx BOOKMARK_PY_SMTP_HOST smtp.fastmail.com @@ -35,7 +34,7 @@ set -gx FZF_DEFAULT_OPTS '--color info:108,prompt:109,spinner:108,pointer:168,ma #set -gx FZF_DEFAULT_OPTS '--color=bw' #source /usr/local/share/fish/functions/fzf-key-bindings.fish -fzf_key_bindings +#fzf_key_bindings # OPAM configuration #source /home/lemon/.opam/opam-init/init.fish > /dev/null 2> /dev/null or true |