From 5faa425df1afe9bb713634bbdbec1e6650eecaf5 Mon Sep 17 00:00:00 2001 From: ArkBriar Date: Tue, 5 Dec 2017 00:51:20 -0600 Subject: [PATCH] fix #4521 (#4575) --- share/functions/__fish_config_interactive.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish index e29c1fc2c..dbd57ebca 100644 --- a/share/functions/__fish_config_interactive.fish +++ b/share/functions/__fish_config_interactive.fish @@ -271,7 +271,7 @@ function __fish_config_interactive -d "Initializations that should be performed or set -l VTE_VERSION 0 set -q TERM_PROGRAM or set -l TERM_PROGRAM - if test "$VTE_VERSION" -ge 3405 -o "$TERM_PROGRAM" = "Apple_Terminal" -o "$TERM_PROGRAM" = "iTerm.app" + if test "$VTE_VERSION" -ge 3405 -o "$TERM_PROGRAM" = "Apple_Terminal" function __update_cwd_osc --on-variable PWD --description 'Notify capable terminals when $PWD changes' if status --is-command-substitution or set -q INSIDE_EMACS