Browse Source

Ignore errors from compaudit when using `sudo -s`

John Reese 14 years ago
parent
commit
ab010947ae
  1. 2
      lib/completion.zsh
  2. 2
      lib/key-bindings.zsh

2
lib/completion.zsh

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

2
lib/key-bindings.zsh

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

Loading…
Cancel
Save