GitAuto-fetch.zsh: added zle -N bla at the end to support kiss distros like arch
This commit is contained in:
parent
5ec38079ea
commit
189187a0fd
|
@ -26,3 +26,5 @@ function zle-line-init () {
|
|||
if (( $+functions[zle-line-init] )); then
|
||||
eval "override-git-auto-fetch-$(declare -f zle-line-init)"
|
||||
fi
|
||||
|
||||
zle -N zle-line-init
|
||||
|
|
Loading…
Reference in New Issue