This commit is contained in:
ArkBriar 2017-12-05 00:51:20 -06:00 committed by ridiculousfish
parent 109cc1c4d8
commit 5faa425df1

View file

@ -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