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
WORDCHARS=''
autoload -U compinit
compinit
compinit -i
zmodload -i zsh/complist
......
# TODO: Explain what some of this does..
autoload -U compinit
compinit
compinit -i
bindkey -e
bindkey '\ew' kill-region
......@@ -38,4 +38,4 @@ bindkey ' ' magic-space # also do history expansion on space
#bindkey '^I' complete-word
## Fix weird sequence that rxvt produces
#bindkey -s '^[[Z' '\t'
#
\ No newline at end of file
#
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