From 49a3e778a62584520ab0f744ea545b651111dfed Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Sun, 17 Mar 2013 18:05:53 +0100 Subject: [PATCH] zshrc: Load zsh/parameters module Signed-off-by: Frank Terbeck --- etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index b6fb7a8..cc72c87 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -596,7 +596,7 @@ typeset -U path cdpath fpath manpath # Load a few modules is4 && \ -for mod in complist deltochar mathfunc ; do +for mod in parameter complist deltochar mathfunc ; do zmodload -i zsh/${mod} 2>/dev/null || print "Notice: no ${mod} available :(" done -- 2.1.4