Commit 362b061f authored by Joshua Kovach's avatar Joshua Kovach Committed by Marc Cornellà
Browse files

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
parent 6bff0793
......@@ -66,6 +66,9 @@ function steeef_preexec {
*git*)
PR_GIT_UPDATE=1
;;
*hub*)
PR_GIT_UPDATE=1
;;
*svn*)
PR_GIT_UPDATE=1
;;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment