Fixes color support over ssh
This commit is contained in:
@@ -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 ""
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user