From 8896ac675b5bf513074d7552da7d9f4cf8d16217 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 28 Jun 2008 10:08:14 +0200 Subject: now use autoloading for functions --- etc/variables | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/variables') diff --git a/etc/variables b/etc/variables index e857bd8..733d1c3 100644 --- a/etc/variables +++ b/etc/variables @@ -6,6 +6,7 @@ HISTSIZE=50000 SAVEHIST=$HISTSIZE DIRSTACKSIZE=20 LISTMAX=0 +fpath=($ZDIR/functions $ZDIR/completions $fpath) # Paths [ "$path[1]" = "$HOME/bin" ] || export PATH=$HOME/bin:$PATH -- cgit v1.2.3