X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=89b64bf8d9c9589a934fcf028e5e630b5796a296;hb=fe6aa2b61878209afc8e9fcf80b0c8bdda1747ce;hp=4e7ef0906066b2a99f67db21052353128b35a5e0;hpb=88b870453b20aafa06560e5eafba91e4cb499e88;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 4e7ef09..89b64bf 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -242,7 +242,7 @@ function zrcautoload() { local -i ffound ffile=$1 - (( found = 0 )) + (( ffound = 0 )) for fdir in ${fpath} ; do [[ -e ${fdir}/${ffile} ]] && (( ffound = 1 )) done