From 9eaf25b3128d70dff63a29ba494d83370096528f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 9 Jun 2008 17:58:04 +0200 Subject: started own completions --- etc/completion | 3 +++ etc/completions/_pkg | 1 + 2 files changed, 4 insertions(+) create mode 100644 etc/completions/_pkg 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 diff --git a/etc/completions/_pkg b/etc/completions/_pkg new file mode 100644 index 0000000..68ea53c --- /dev/null +++ b/etc/completions/_pkg @@ -0,0 +1 @@ +## vim:ft=zsh -- cgit v1.2.3