diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/termsupport.zsh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/termsupport.zsh b/lib/termsupport.zsh index d667861ab..f4a996552 100644 --- a/lib/termsupport.zsh +++ b/lib/termsupport.zsh @@ -7,6 +7,9 @@ # (In screen, only short_tab_title is used) # Limited support for Apple Terminal (Terminal can't set window and tab separately) function title { + emulate -L zsh + setopt prompt_subst + [[ "$EMACS" == *term* ]] && return # if $2 is unset use $1 as default |