Browse Source

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
Joshua Kovach 6 years ago
parent
commit
362b061f5c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      themes/steeef.zsh-theme

+ 3 - 0
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
             ;;