diff options
Diffstat (limited to 'modules/profile')
-rw-r--r-- | modules/profile/zshrc.dot.link | 3 |
1 files changed, 3 insertions, 0 deletions
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) |