From 3988419a8dc4a74e491df584804a77a2f8be88cd Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Sun, 4 Mar 2012 16:39:04 +0100 Subject: Use stricter options with autoload -U suppresses alias expansion while the function is loaded. And -z forces zsh-style autoloading semantics (instead of the optional ksh-style, which someone could have set in a files that is sourced earlier than the zshrc file). Signed-off-by: Frank Terbeck --- debian/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/zshrc b/debian/zshrc index 5eb80b94c..4a0bfb44f 100644 --- a/debian/zshrc +++ b/debian/zshrc @@ -85,4 +85,4 @@ zstyle ':completion:*:sudo:*' command-path /usr/local/sbin \ /usr/X11R6/bin (( ${+aliases[run-help]} )) && unalias run-help -autoload run-help +autoload -Uz run-help -- cgit v1.2.3