diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 08c1345..7426d05 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,3 +1,15 @@ +################################################################################ +# Color handling +################################################################################ + +if test "$TERM" = "xterm-direct" -o "$COLORTERM" = "truecolor" + set -g fish_term24bit 1 +end + +################################################################################ +# Greetings +################################################################################ + set fish_greeting "" ################################################################################