files from dotfiles

This commit is contained in:
Robin Wenglewski 2011-09-08 10:48:39 +02:00
commit 7ccf4603a5
12 changed files with 244 additions and 0 deletions

2
functions/_c Normal file
View file

@ -0,0 +1,2 @@
#compdef c
_files -W ~/code -/

2
functions/_d Normal file
View file

@ -0,0 +1,2 @@
#compdef d
_files -W ~/Dropbox -/

1
functions/c Normal file
View file

@ -0,0 +1 @@
cd ~/code/$1;

1
functions/d Normal file
View file

@ -0,0 +1 @@
cd ~/Dropbox/$1;

View file

@ -0,0 +1,5 @@
zstyle ':completion:*' verbose yes
zstyle ':completion:*:descriptions' format '%B%d%b'
zstyle ':completion:*:messages' format '%d'
zstyle ':completion:*:warnings' format 'No matches for: %d'
zstyle ':completion:*' group-name ''