From aa4950bd955704ab5103cd070cbbeab7ca935a58 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 21 Nov 2009 23:53:37 +0100 Subject: zshrc: Remove useless $compdump parameter --- etc/rc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'etc/rc') diff --git a/etc/rc b/etc/rc index fa88f17..3759907 100644 --- a/etc/rc +++ b/etc/rc @@ -83,9 +83,6 @@ LISTMAX=0 # be accurate TIMEFMT='%J (%P) - %*E real, %*U user, %*S system' -# completion cache for compinit -compdump=$ZCACHEDIR/compdump - if ((EUID)) { path+=(/sbin /usr/sbin /usr/local/sbin) } @@ -536,7 +533,7 @@ zstyle ':completion:*:manuals.*' insert-sections true # $hosts is set from the hosts package zstyle ':completion:*' hosts ${(k)hosts} -compinit -C -d $compdump +compinit -C -d $ZCACHEDIR/compdump compdef _hosts sshmount compdef _functions reload -- cgit v1.2.3