From 189187a0fd08bd6c0c8b0dbf0b4ee113868f79a2 Mon Sep 17 00:00:00 2001 From: Johannes Date: Fri, 15 Jan 2021 18:12:45 +0100 Subject: [PATCH] GitAuto-fetch.zsh: added zle -N bla at the end to support kiss distros like arch --- zsh/GitAuto-fetch.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/GitAuto-fetch.zsh b/zsh/GitAuto-fetch.zsh index 4ad5e15..bf181e0 100644 --- a/zsh/GitAuto-fetch.zsh +++ b/zsh/GitAuto-fetch.zsh @@ -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