summaryrefslogtreecommitdiff
path: root/etc/completion
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-28 10:08:14 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-28 10:08:14 +0200
commit8896ac675b5bf513074d7552da7d9f4cf8d16217 (patch)
tree8c126c7993d9148658f9e0dff4033194c88f5ecd /etc/completion
parentb906e284447b1515056b8a763d32fb5f4a78b28b (diff)
now use autoloading for functions
Diffstat (limited to 'etc/completion')
-rw-r--r--etc/completion3
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