summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
;;