zshrc.d/15-completion.zrc
changeset 35 c6d405e0684b
parent 13 e1da4a7a9e92
child 44 157f894ef9f7
equal deleted inserted replaced
34:f4fd388eb9a0 35:c6d405e0684b
    36 zstyle ':completion:*' menu select=3
    36 zstyle ':completion:*' menu select=3
    37 zstyle ':completion:*' prompt '%e erreur(s)...'
    37 zstyle ':completion:*' prompt '%e erreur(s)...'
    38 zstyle ':completion:*' select-prompt '%SScrolling active: current selection at %p%s'
    38 zstyle ':completion:*' select-prompt '%SScrolling active: current selection at %p%s'
    39 zstyle ':completion:*' substitute 1
    39 zstyle ':completion:*' substitute 1
    40 
    40 
       
    41 # From Debian' system zshrc
       
    42 zstyle ':completion:*:sudo:*' command-path /usr/local/sbin \
       
    43                                            /usr/local/bin  \
       
    44                                            /usr/sbin       \
       
    45                                            /usr/bin        \
       
    46                                            /sbin           \
       
    47                                            /bin            \
       
    48                                            /usr/X11R6/bin
       
    49 
    41 autoload -Uz compinit
    50 autoload -Uz compinit
    42 compinit
    51 compinit
    43 
    52 
    44 # Needed for menuselect below
    53 # Needed for menuselect below
    45 zmodload zsh/complist
    54 zmodload zsh/complist