Browse code

Ignore errors from compaudit when using `sudo -s`

John Reese authored on 09/04/2010 at 02:35:35
Showing 2 changed files
... ...
@@ -9,7 +9,7 @@ unsetopt flowcontrol
9 9
 WORDCHARS=''
10 10
 
11 11
 autoload -U compinit
12
-compinit
12
+compinit -i
13 13
 
14 14
 zmodload -i zsh/complist
15 15
 
... ...
@@ -1,6 +1,6 @@
1 1
 # TODO: Explain what some of this does..
2 2
 autoload -U compinit
3
-compinit
3
+compinit -i
4 4
 
5 5
 bindkey -e
6 6
 bindkey '\ew' kill-region
... ...
@@ -38,4 +38,4 @@ bindkey ' ' magic-space    # also do history expansion on space
38 38
 #bindkey '^I' complete-word
39 39
 ## Fix weird sequence that rxvt produces
40 40
 #bindkey -s '^[[Z' '\t'
41
-#
42 41
\ No newline at end of file
42
+#