mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
redirect output
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
function git_fetch_on_chpwd {
|
||||
([[ -d .git ]] && git fetch --all >! ./.git/FETCH_LOG &)
|
||||
([[ -d .git ]] && git fetch --all &>! ./.git/FETCH_LOG &)
|
||||
}
|
||||
chpwd_functions=(${chpwd_functions[@]} "git_fetch_on_chpwd")
|
||||
unset git_fetch_on_cpwd
|
||||
chpwd_functions+=(git_fetch_on_chpwd)
|
||||
git_fetch_on_chpwd
|
||||
|
||||
Reference in New Issue
Block a user