From 008f170dc7bedfe30267ab37efa03964744f391e Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 2 Nov 2013 14:52:52 -0400 Subject: Remove git prompt from title --- .zsh/title.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh/title.zsh') 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 -- cgit 1.4.1