diff options
author | Joshua Kovach <kovach.jc@gmail.com> | 2018-05-07 12:19:45 -0400 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2018-05-07 18:19:45 +0200 |
commit | 362b061f5ca657034445f3805fa962efc99f0a3e (patch) | |
tree | 62c5c3086fa0900cdba803e7d0f74c59980e9d47 /themes/steeef.zsh-theme | |
parent | 6bff0793328d73aecd3387acb21e3e89771af14f (diff) | |
download | zsh-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-theme | 3 |
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 ;; |