From 8558561650995b330a1ae5ee87c592382856cc40 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sat, 16 Apr 2016 13:00:14 +0200 Subject: Move 24bit setup into config.fish Fixes #2941. --- share/functions/__fish_config_interactive.fish | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'share/functions') diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish index 3702c075..bca410ac 100644 --- a/share/functions/__fish_config_interactive.fish +++ b/share/functions/__fish_config_interactive.fish @@ -287,15 +287,4 @@ function __fish_config_interactive -d "Initializations that should be performed fish_fallback_prompt end end - - if not set -q NVIM_LISTEN_ADDRESS # Neovim will swallow the 24bit sequences, rendering text white - and begin - set -q KONSOLE_PROFILE_NAME # KDE's konsole - or string match -q -- "*:*" $ITERM_SESSION_ID # Supporting versions of iTerm2 will include a colon here - or string match -q -- "st-*" $TERM # suckless' st - or test "$VTE_VERSION" -ge 3600 # Should be all gtk3-vte-based terms after version 3.6.0.0 - or test "$COLORTERM" = truecolor -o "$COLORTERM" = 24bit # slang expects this - end - set -g fish_term24bit 1 - end end -- cgit v1.2.3