zsh: Completion improvement

This commit is contained in:
Mathieu Maret 2015-04-25 01:43:20 +02:00
parent fcab463370
commit be1ace2461
1 changed files with 8 additions and 0 deletions

View File

@ -49,3 +49,11 @@ zstyle ':completion:*:*:*:*:processes' command "ps -u `whoami` -o pid,user,comm
#menu pour la completion
zstyle ':completion:*' menu select=2
zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p%s
#function completion
fpath=(~/.zsh/Completion ~/.zsh/functions $fpath)
autoload -U ~/.zsh/Completion/*(:t)
#Completion need `rehash` cmd to find newly installed soft or that
setopt nohashdirs