GitAuto-fetch.zsh: added zle -N bla at the end to support kiss distros like arch

This commit is contained in:
Johannes 2021-01-15 18:12:45 +01:00
parent 5ec38079ea
commit 189187a0fd
1 changed files with 2 additions and 0 deletions

View File

@ -26,3 +26,5 @@ function zle-line-init () {
if (( $+functions[zle-line-init] )); then if (( $+functions[zle-line-init] )); then
eval "override-git-auto-fetch-$(declare -f zle-line-init)" eval "override-git-auto-fetch-$(declare -f zle-line-init)"
fi fi
zle -N zle-line-init