X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=cc72c87aaa3edc355796834ce5ea6e5ec9b7bc97;hb=49a3e778a62584520ab0f744ea545b651111dfed;hp=b6fb7a84d1f0d9808d0d5c2a5b4b6fac86b4092a;hpb=4c8faefe039119ac16849663e848ea05e0e5b5f9;p=grml-etc-core.git 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