diff options
Diffstat (limited to 'fish')
-rw-r--r-- | fish/config.fish | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fish/config.fish b/fish/config.fish index 05767f0..08341bc 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -16,7 +16,7 @@ alias xclip='xclip -selection c' set fish_greeting "" set -gx TERM screen-256color #set -gx TERM xterm-256color -set -gx SHELL /usr/local//bin/fish +set -gx SHELL /usr/bin/fish set -gx LESS '-iMRS -x2' set -gx PATH ~/.local/bin $PATH set -gx PATH ~/scripts $PATH @@ -28,7 +28,7 @@ set -gx BOOKMARK_PY_EMAIL bookmark@matthewlemon.com # set this when needed in shells: #BOOKMARK_PY_SMTP_PWD="$(pass AppPasswords/mbsync_fastmail_may2022)" set -gx BOOKMARK_PY_SMTP_PWD TBC -set -gx FZF_DEFAULT_COMMAND 'ag --nocolor -g ""' +set -gx FZF_DEFAULT_COMMAND 'ag --nocolor -g ""' set -gx FZF_CTRL_T_COMMAND $FZF_DEFAULT_COMMAND set -gx FZF_ALT_C_COMMAND $FZF_DEFAULT_COMMAND set -gx FZF_DEFAULT_OPTS '--color info:108,prompt:109,spinner:108,pointer:168,marker:168' |