X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;fp=etc%2Fzsh%2Fzshrc;h=4f3070f88394dd970326cff20689bade6398ba0c;hp=b93ffccb3129c204d5dd18377f4b874b50217a18;hb=bc40f3c9959e7b9b37b3c193262550691ac95c55;hpb=226106de9afbc7357edca5b222bb79c206f7388b diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index b93ffcc..4f3070f 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