diff options
Diffstat (limited to '')
-rw-r--r-- | .zsh/title.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/title.zsh b/.zsh/title.zsh index 5a00c458..0307b57c 100644 --- a/.zsh/title.zsh +++ b/.zsh/title.zsh @@ -20,7 +20,7 @@ unset _title_host [[ -n "$SSH_CLIENT" ]] && _title_host='%m:' function _title_precmd { - [[ -z "$_title_custom" ]] && _title '$_title_host%1~$(gitprompt nocolor)' + [[ -z "$_title_custom" ]] && _title '$_title_host%1~' } typeset -ga preexec_functions |