From: Frank Terbeck Date: Tue, 4 Jan 2011 14:22:04 +0000 (+0100) Subject: zshrc: activate zsh lookup for all users X-Git-Tag: v0.3.89~10 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=e193e4ae069b867a66038c1e576ec3433e735e8a;hp=a3a39fecf3ac234a26f9483286aec0adc34a8fda;p=grml-etc-core.git zshrc: activate zsh lookup for all users Signed-off-by: Frank Terbeck --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 43f2608..decda2b 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3124,6 +3124,9 @@ if [[ -r ~/.important_commands ]] ; then fi # }}} +# load the lookup subsystem if it's available on the system +zrcautoload lookupinit && lookupinit + #:grep:marker:for:mika: :-) ### non-root (EUID != 0) code below ### @@ -3133,8 +3136,6 @@ if (( GRML_ALWAYS_LOAD_ALL == 0 )) && (( $EUID == 0 )) ; then return 0 fi -zrcautoload lookupinit && lookupinit - # variables {{{ # set terminal property (used e.g. by msgid-chooser)