diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-28 10:08:14 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-28 10:08:14 +0200 |
commit | 8896ac675b5bf513074d7552da7d9f4cf8d16217 (patch) | |
tree | 8c126c7993d9148658f9e0dff4033194c88f5ecd /etc/variables | |
parent | b906e284447b1515056b8a763d32fb5f4a78b28b (diff) |
now use autoloading for functions
Diffstat (limited to 'etc/variables')
-rw-r--r-- | etc/variables | 1 |
1 files changed, 1 insertions, 0 deletions
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 |