From: Silvio Rhatto Date: Sat, 17 Aug 2013 01:19:18 +0000 (-0300) Subject: Add custom completion scripts at zshrc X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=73eb4df9dd8c31cc7165de2464e8cf37bd2df228;p=metadot.git Add custom completion scripts at zshrc --- diff --git a/modules/profile/zshrc.dot.link b/modules/profile/zshrc.dot.link index 55be3ab..63d0dd7 100644 --- a/modules/profile/zshrc.dot.link +++ b/modules/profile/zshrc.dot.link @@ -35,3 +35,6 @@ zstyle ':completion:*' verbose true zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#)*=0=01;31' zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,cputime,cmd' + +# Add custom completion scripts +fpath=(~/.zsh/completion $fpath)