# HG changeset patch # User Mikael Berthe # Date 1456675581 -3600 # Node ID c6d405e0684bf1ffc6a7262add84a28a7bb4c100 # Parent f4fd388eb9a01dd17adbe3f74fd9c14e170cea50 Add zstyle for sudo completion We need to use root system path. diff -r f4fd388eb9a0 -r c6d405e0684b zshrc.d/15-completion.zrc --- a/zshrc.d/15-completion.zrc Sun Feb 28 17:05:08 2016 +0100 +++ b/zshrc.d/15-completion.zrc Sun Feb 28 17:06:21 2016 +0100 @@ -38,6 +38,15 @@ zstyle ':completion:*' select-prompt '%SScrolling active: current selection at %p%s' zstyle ':completion:*' substitute 1 +# From Debian' system zshrc +zstyle ':completion:*:sudo:*' command-path /usr/local/sbin \ + /usr/local/bin \ + /usr/sbin \ + /usr/bin \ + /sbin \ + /bin \ + /usr/X11R6/bin + autoload -Uz compinit compinit