Skip to content

Commit 49a3e77

Browse files
committed
zshrc: Load zsh/parameters module
Signed-off-by: Frank Terbeck <ft@grml.org>
1 parent 4c8faef commit 49a3e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/zsh/zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ typeset -U path cdpath fpath manpath
596596

597597
# Load a few modules
598598
is4 && \
599-
for mod in complist deltochar mathfunc ; do
599+
for mod in parameter complist deltochar mathfunc ; do
600600
zmodload -i zsh/${mod} 2>/dev/null || print "Notice: no ${mod} available :("
601601
done
602602

0 commit comments

Comments
 (0)