Update prompt is annoying

Wed, 20 Aug 2014 13:28:20 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 20 Aug 2014 13:28:20 -0400
changeset 138
c033679345bd
parent 136
b634c40e658b
child 139
2464de2899b3

Update prompt is annoying

.zshrc file | annotate | diff | comparison | revisions
--- a/.zshrc
+++ b/.zshrc
@@ -4,6 +4,9 @@ export ZSH=$HOME/.oh-my-zsh
 ZSH_THEME="mhoward"
 ZSH_CUSTOM=~/.oh-my-zsh.cust
 
+# trust in github?
+DISABLE_UPDATE_PROMPT="true"
+
 plugins=( common-aliases gitfast )
 
 if [ -f ~/.zshrc.local-pre ]; then

mercurial