Ignore errors from compaudit when using `sudo -s`

master
John Reese 16 years ago
parent a4dd691af5
commit 99d72cad55
  1. 2
      lib/completion.zsh
  2. 2
      lib/key-bindings.zsh

@ -9,7 +9,7 @@ unsetopt flowcontrol
WORDCHARS='' WORDCHARS=''
autoload -U compinit autoload -U compinit
compinit compinit -i
zmodload -i zsh/complist zmodload -i zsh/complist

@ -1,6 +1,6 @@
# TODO: Explain what some of this does.. # TODO: Explain what some of this does..
autoload -U compinit autoload -U compinit
compinit compinit -i
bindkey -e bindkey -e
bindkey '\ew' kill-region bindkey '\ew' kill-region

Loading…
Cancel
Save