Commit 99d72cad authored by John Reese's avatar John Reese
Browse files

Ignore errors from compaudit when using `sudo -s`

parent a4dd691a
...@@ -9,7 +9,7 @@ unsetopt flowcontrol ...@@ -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
......
# 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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment