mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
aliases: remove -E from sudo alias
-E isn't compatible with -i and it doesn't seem to do a lot anyway
This commit is contained in:
parent
af65ab019e
commit
8b838aa771
2
aliases
2
aliases
@ -53,7 +53,7 @@ alias svim=sudoedit
|
||||
# This will enable us to use aliases in sudo.
|
||||
# (If alias finishes with a space or tab, the shell will check if the next command is also aliased.)
|
||||
# Source: https://github.com/mayah/home/blob/master/.zsh/zshrc.d/alias.zsh
|
||||
alias sudo='sudo -E '
|
||||
alias sudo='sudo '
|
||||
alias open=xdg-open
|
||||
|
||||
# Command rewrites
|
||||
|
Loading…
Reference in New Issue
Block a user