noop update terminal cwd

This commit is contained in:
Loic Nageleisen 2017-01-19 15:05:46 +01:00
parent e7eaa93de2
commit 5420070eac

View file

@ -9,6 +9,8 @@ if [ "$TERM_PROGRAM" == "Apple_Terminal" ] && [ -z "$INSIDE_EMACS" ]; then
local PWD_URL="file://$HOSTNAME${PWD//$SEARCH/$REPLACE}"
printf '\e]7;%s\a' "$PWD_URL"
}
else
update_terminal_cwd() { :; }
fi
set_term_title() {