Fixes color support over ssh

This commit is contained in:
2022-01-19 12:16:06 +01:00
parent 75c5f03e97
commit 1894fe331c

View File

@@ -1,3 +1,15 @@
################################################################################
# Color handling
################################################################################
if test "$TERM" = "xterm-direct" -o "$COLORTERM" = "truecolor"
set -g fish_term24bit 1
end
################################################################################
# Greetings
################################################################################
set fish_greeting "" set fish_greeting ""
################################################################################ ################################################################################