Do not allow overriding fish_term24bit

Considering this tool is not related to the fish shell itself, there is
no good reason to make this configurable elsewhere.
This commit is contained in:
Les De Ridder 2019-03-27 07:00:20 +01:00
parent a3416b2d6e
commit 6bf6233fa4
1 changed files with 1 additions and 2 deletions

3
saury
View File

@ -193,8 +193,7 @@ function on_start
or test "$COLORTERM" = truecolor -o "$COLORTERM" = 24bit
end
set -q fish_term24bit
or set -g fish_term24bit 1
set -g fish_term24bit 1
end
if not test -t 1