From ca33bbd4e071bbf760b951d1b1eddf39c7782854 Mon Sep 17 00:00:00 2001 From: "David B. Lamkins" Date: Mon, 28 Nov 2016 12:38:20 -0800 Subject: [PATCH] Eliminate spurious startup message when $VTE_VERSION is unset. --- share/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/config.fish b/share/config.fish index fcedae39a..e473e9ea8 100644 --- a/share/config.fish +++ b/share/config.fish @@ -42,7 +42,7 @@ if status --is-interactive 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 -n "$VTE_VERSION" -a "$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 # Only set it if it isn't to allow override by setting to 0