diff --git a/.config/fish/config.fish b/.config/fish/config.fish index fd303765..f9013beb 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -5,4 +5,7 @@ if status is-interactive zoxide init fish | source thefuck --alias | source fzf --fish | source && fzf_configure_bindings + if test "$SSH_TTY" + set -gx COLORTERM truecolor + end end