diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-09 17:58:04 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-09 17:58:04 +0200 |
commit | 9eaf25b3128d70dff63a29ba494d83370096528f (patch) | |
tree | bc617ea101a635f1b066df4b359958970661578c /etc/completion | |
parent | 34fd9fb946af6c4c977961d5dddbdb27683d2337 (diff) |
started own completions
Diffstat (limited to 'etc/completion')
-rw-r--r-- | etc/completion | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/completion b/etc/completion index f46a6d5..6ccf8fa 100644 --- a/etc/completion +++ b/etc/completion @@ -1,5 +1,8 @@ ## vim:ft=zsh +# Add own completions +fpath=($ZDIR/completions $fpath) + zstyle :compinstall filename "$HOME/.zshrc" ls-colors: zstyle ':completion:*' list-colors $(dircolors $HOME/packages/zsh/etc/dircolors | head -n 1 | sed -r 's/LS_COLORS=|;$//g') # Mark the current selection when tabbing through possible completions |