mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-04-23 06:43:29 +02:00
git auto fetch on change directory
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
function git_fetch_on_chpwd {
|
||||
([[ -d .git ]] && git fetch --all >! ./.git/FETCH_LOG &)
|
||||
}
|
||||
chpwd_functions=(${chpwd_functions[@]} "git_fetch_on_chpwd")
|
||||
unset git_fetch_on_cpwd
|
||||
Reference in New Issue
Block a user