mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
change name of overriden zle-line-init
This commit is contained in:
parent
a90527b46d
commit
d2dfa69419
1 changed files with 2 additions and 2 deletions
|
@ -18,10 +18,10 @@ function git-auto-fetch {
|
|||
echo "${fg_bold[red]}disabled${reset_color}")
|
||||
}
|
||||
|
||||
eval "original-$(declare -f zle-line-init)"
|
||||
eval "override-git-auto-fetch-$(declare -f zle-line-init)"
|
||||
|
||||
function zle-line-init () {
|
||||
git-fetch-all
|
||||
original-zle-line-init
|
||||
override-git-auto-fetch-zle-line-init
|
||||
}
|
||||
zle -N zle-line-init
|
||||
|
|
Loading…
Reference in a new issue