From 9cef3a976b0db24e79c7bbd921bf7cc75f74e312 Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Thu, 16 Aug 2012 01:20:33 +0200 Subject: [PATCH] zsh: fix typo grml functions autoload --- etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index b7cb2e5..4f0da7e 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -555,7 +555,7 @@ isdarwin && xsource /sw/bin/init.sh # load our function and completion directories for fdir in /usr/share/grml/zsh/completion /usr/share/grml/zsh/functions; do fpath=( ${fdir} ${fdir}/**/*(/N) ${fpath} ) - if [[ ${fpath} == '/usr/share/grml/zsh/functions' ]] ; then + if [[ ${fdir} == '/usr/share/grml/zsh/functions' ]] ; then for func in ${fdir}/**/[^_]*[^~](N.) ; do zrcautoload ${func:t} done -- 2.1.4