summary refs log tree commit diff
path: root/.zsh/title.zsh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2013-11-02 14:52:52 -0400
committerJune McEnroe <june@causal.agency>2013-11-02 14:52:52 -0400
commit4ce1a6472008eae53caa5d4361f0222e95ab172a (patch)
tree18c4384be915f67dadc58c0d75bd1abf671ac7cb /.zsh/title.zsh
parentUpdate zsh syntax highlighting and config (diff)
downloadsrc-4ce1a6472008eae53caa5d4361f0222e95ab172a.tar.gz
src-4ce1a6472008eae53caa5d4361f0222e95ab172a.zip
Remove git prompt from title
Diffstat (limited to '')
-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