zshrc: Load zsh/parameters module
authorFrank Terbeck <ft@grml.org>
Sun, 17 Mar 2013 17:05:53 +0000 (18:05 +0100)
committerFrank Terbeck <ft@grml.org>
Sun, 17 Mar 2013 17:11:42 +0000 (18:11 +0100)
Signed-off-by: Frank Terbeck <ft@grml.org>
etc/zsh/zshrc

index b93ffcc..4f3070f 100644 (file)
@@ -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