Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
99d72cad
Commit
99d72cad
authored
Apr 08, 2010
by
John Reese
Browse files
Ignore errors from compaudit when using `sudo -s`
parent
a4dd691a
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/completion.zsh
View file @
99d72cad
...
...
@@ -9,7 +9,7 @@ unsetopt flowcontrol
WORDCHARS
=
''
autoload
-U
compinit
compinit
compinit
-i
zmodload
-i
zsh/complist
...
...
lib/key-bindings.zsh
View file @
99d72cad
# 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
#
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment