X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=1ffc6f25359ca8c54aec24cb68df0f4695f06a3b;hb=c5383b10d449697922b6da3262b63a95ed5cc83d;hp=48ae2e938d4b0b69fae80b044593875124f49a61;hpb=1e990f925efb9fdb59eef31855abce7434d0d207;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 48ae2e9..1ffc6f2 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -618,7 +618,7 @@ for fdir in /usr/share/grml/zsh/completion /usr/share/grml/zsh/functions; do done typeset -aU ffiles ffiles=(/usr/share/grml/zsh/functions/**/[^_]*[^~](N.:t)) -(( ${#files} > 0 )) && autoload -U "${ffiles[@]}" +(( ${#ffiles} > 0 )) && autoload -U "${ffiles[@]}" unset -v fdir ffiles # support colors in less