From 713ceddf0b57c01a686e53e82806cd25df4a3669 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sat, 25 Apr 2020 18:01:43 +0200 Subject: [PATCH] Add another test for Konsole For some reason my current version doesn't have $KONSOLE_PROFILE_NAME anymore, it has $KONSOLE_VERSION. Urgh --- share/config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/share/config.fish b/share/config.fish index 137d5c37e..db5a662fb 100644 --- a/share/config.fish +++ b/share/config.fish @@ -32,6 +32,7 @@ if status --is-interactive and not string match -q -- 'eterm*' $TERM and begin set -q KONSOLE_PROFILE_NAME # KDE's konsole + or test -n "$KONSOLE_VERSION" -a "$KONSOLE_VERSION" -ge "200400" # konsole, but new. 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 -n "$VTE_VERSION" -a "$VTE_VERSION" -ge 3600 # Should be all gtk3-vte-based terms after version 3.6.0.0