From 5175d82a80239028c0e72b33c49f9a4751386bd1 Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Sun, 10 Sep 2017 10:01:43 -0500 Subject: [PATCH] fixup! Remove workaround for long-since-fixed neovim 24-bit bug --- share/config.fish | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/share/config.fish b/share/config.fish index 93c20b2a1..d3d5318dd 100644 --- a/share/config.fish +++ b/share/config.fish @@ -37,8 +37,7 @@ if status --is-interactive else # Enable truecolor/24-bit support for select terminals # Ignore Screen and emacs' ansi-term as they swallow the sequences, rendering the text white. - if - and not set -q STY + if not set -q STY and not string match -q -- 'eterm*' $TERM and begin set -q KONSOLE_PROFILE_NAME # KDE's konsole