From 48a14371ae6e0a0ff6264ed826457b178cf950cb Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Mon, 8 Nov 2010 16:55:32 +0100 Subject: [PATCH] zshrc: Fix functions path in /usr/share --- etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index da60016..40f58d5 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -513,7 +513,7 @@ fi isdarwin && xsource /sw/bin/init.sh # load our function and completion directories -for fdir in /usr/share/grml/zsh/completion /usr/share/grml/functions; do +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 for func in ${fdir}/**/[^_]*[^~](N.) ; do -- 2.1.4