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/completion | |
parent | b906e284447b1515056b8a763d32fb5f4a78b28b (diff) |
now use autoloading for functions
Diffstat (limited to 'etc/completion')
-rw-r--r-- | etc/completion | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/completion b/etc/completion index a0c8dd5..5f900d6 100644 --- a/etc/completion +++ b/etc/completion @@ -2,9 +2,6 @@ zstyle :compinstall filename "$HOME/.zshrc" -# Add own completions -fpath=($ZDIR/completions $fpath) - ls-colors: zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} # Mark the current selection when tabbing through possible completions |