diff --git a/home/.config/fish/config.fish b/home/.config/fish/config.fish index 6c721e5..3e254b3 100644 --- a/home/.config/fish/config.fish +++ b/home/.config/fish/config.fish @@ -17,6 +17,11 @@ if test -e ~/.local.fish . ~/.local.fish end +# 256 colors +if test $TERM = "xterm" + set -x TERM "xterm-256color" +end + # VirtualEnv set -g VIRTUALFISH_HOME $HOME/.virtualenv set -g VIRTUALFISH_COMPAT_ALIASES