1
0
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:
Joe Groocock 2019-04-08 14:14:00 +01:00
parent af65ab019e
commit 8b838aa771
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -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