From bc40f3c9959e7b9b37b3c193262550691ac95c55 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 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 -- 2.1.4