mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
add -E for sudo
This commit is contained in:
parent
63c769a02b
commit
61cab420cd
1 changed files with 3 additions and 3 deletions
6
zshrc
6
zshrc
|
|
@ -4,9 +4,9 @@
|
||||||
ZSH="$HOME/.zsh"
|
ZSH="$HOME/.zsh"
|
||||||
|
|
||||||
# export ZSH_THEME="random"
|
# export ZSH_THEME="random"
|
||||||
export ZSH_THEME="ezzsh" # name of zsh theme
|
# export ZSH_THEME="ezzsh" # name of zsh theme
|
||||||
# export ZSH_THEME="powerline" # name of zsh theme
|
# export ZSH_THEME="powerline" # name of zsh theme
|
||||||
# export ZSH_THEME="powerline-with-hostname" # name of zsh theme
|
export ZSH_THEME="powerline-with-hostname" # name of zsh theme
|
||||||
|
|
||||||
# Set this to true to use case-sensitive completion
|
# Set this to true to use case-sensitive completion
|
||||||
CASE_SENSITIVE="false" # bool
|
CASE_SENSITIVE="false" # bool
|
||||||
|
|
@ -197,7 +197,7 @@ if [ "$TERM" != "dumb" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# do not autocorrect sudo commands (fixes "zsh: correct 'vim' to '.vim' [nyae]?")
|
# do not autocorrect sudo commands (fixes "zsh: correct 'vim' to '.vim' [nyae]?")
|
||||||
alias sudo='nocorrect sudo'
|
alias sudo='nocorrect sudo -E'
|
||||||
|
|
||||||
# the more brutal attempt:
|
# the more brutal attempt:
|
||||||
unsetopt correct{,all}
|
unsetopt correct{,all}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue