Ignore errors from compaudit when using sudo -s
This commit is contained in:
parent
3ecabe4f5b
commit
ab010947ae
@ -9,7 +9,7 @@ unsetopt flowcontrol
|
||||
WORDCHARS=''
|
||||
|
||||
autoload -U compinit
|
||||
compinit
|
||||
compinit -i
|
||||
|
||||
zmodload -i zsh/complist
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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'
|
||||
#
|
||||
#
|
||||
|
Reference in New Issue
Block a user