summary refs log tree commit diff
path: root/.zsh
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2013-11-02 14:52:52 -0400
committerJune McEnroe <programble@gmail.com>2013-11-02 14:52:52 -0400
commit008f170dc7bedfe30267ab37efa03964744f391e (patch)
tree439ff526a2e1b62ed5392b275ae0c8ebab40b2c3 /.zsh
parentUpdate zsh syntax highlighting and config (diff)
downloadsrc-008f170dc7bedfe30267ab37efa03964744f391e.tar.gz
src-008f170dc7bedfe30267ab37efa03964744f391e.zip
Remove git prompt from title
Diffstat (limited to '.zsh')
-rw-r--r--.zsh/title.zsh2
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