summaryrefslogtreecommitdiff
path: root/themes/steeef.zsh-theme
diff options
context:
space:
mode:
authorJoshua Kovach <kovach.jc@gmail.com>2018-05-07 12:19:45 -0400
committerMarc Cornellà <marc.cornella@live.com>2018-05-07 18:19:45 +0200
commit362b061f5ca657034445f3805fa962efc99f0a3e (patch)
tree62c5c3086fa0900cdba803e7d0f74c59980e9d47 /themes/steeef.zsh-theme
parent6bff0793328d73aecd3387acb21e3e89771af14f (diff)
downloadzsh-362b061f5ca657034445f3805fa962efc99f0a3e.tar.gz
zsh-362b061f5ca657034445f3805fa962efc99f0a3e.tar.bz2
zsh-362b061f5ca657034445f3805fa962efc99f0a3e.zip
Fix branch not updating on checkout in steeef (#6784)
* Fix branch not updating on checkout in steeef * Check for `hub` in steeef when switching branches
Diffstat (limited to 'themes/steeef.zsh-theme')
-rw-r--r--themes/steeef.zsh-theme3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/steeef.zsh-theme b/themes/steeef.zsh-theme
index 88ef1ca1b..622c90465 100644
--- a/themes/steeef.zsh-theme
+++ b/themes/steeef.zsh-theme
@@ -66,6 +66,9 @@ function steeef_preexec {
*git*)
PR_GIT_UPDATE=1
;;
+ *hub*)
+ PR_GIT_UPDATE=1
+ ;;
*svn*)
PR_GIT_UPDATE=1
;;