From: Frank Terbeck Date: Sun, 17 Mar 2013 17:05:53 +0000 (+0100) Subject: zshrc: Load zsh/parameters module X-Git-Tag: v0.8.0~13 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;ds=sidebyside;h=49a3e778a62584520ab0f744ea545b651111dfed;p=grml-etc-core.git zshrc: Load zsh/parameters module Signed-off-by: Frank Terbeck --- 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