diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/termsupport.zsh | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/lib/termsupport.zsh b/lib/termsupport.zsh index ec828c287..fef978748 100644 --- a/lib/termsupport.zsh +++ b/lib/termsupport.zsh @@ -4,7 +4,6 @@ case "$TERM" in        print -Pn "\e]0;%n@%m: $1\a"  # xterm      }      precmd () { -      oh_my_zsh_theme_precmd        print -Pn "\e]0;%n@%m: %~\a"  # xterm      }      ;; @@ -15,7 +14,6 @@ case "$TERM" in        print -Pn "\e]0;%n@%m: $1\a"  # xterm      }      precmd () { -      oh_my_zsh_theme_precmd        echo -ne "\ekzsh\e\\"        print -Pn "\e]0;%n@%m: %~\a"  # xterm      } | 
