From 5420070eacf233bb03182c90b689e52389d173db Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Thu, 19 Jan 2017 15:05:46 +0100 Subject: [PATCH] noop update terminal cwd --- bash/term_title | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/term_title b/bash/term_title index 442ff1c..554e63f 100644 --- a/bash/term_title +++ b/bash/term_title @@ -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() {