diff --git a/stow-dotfiles/fish/.config/fish/config.fish b/stow-dotfiles/fish/.config/fish/config.fish index 1ad1ce2..e285207 100644 --- a/stow-dotfiles/fish/.config/fish/config.fish +++ b/stow-dotfiles/fish/.config/fish/config.fish @@ -2,9 +2,10 @@ set -x EDITOR nvim set -x SHELL fish set -x PAGER less -# Not a good idea to set this. -# see: https://superuser.com/questions/424086/what-is-the-difference-between-screen-256-color-and-xterm-256color # set -x TERM screen-256color +if test "$TERM" = "xterm" + set -x TERM "xterm-256color" +end if type -q fzf_configure_bindings fzf_configure_bindings --directory=\co