zsh: Completion improvement
This commit is contained in:
parent
fcab463370
commit
be1ace2461
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user