mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +02:00
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
This commit is contained in:
parent
c9b442624a
commit
0c7d5b23de
1 changed files with 3 additions and 0 deletions
|
|
@ -66,6 +66,9 @@ function steeef_preexec {
|
|||
*git*)
|
||||
PR_GIT_UPDATE=1
|
||||
;;
|
||||
*hub*)
|
||||
PR_GIT_UPDATE=1
|
||||
;;
|
||||
*svn*)
|
||||
PR_GIT_UPDATE=1
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue