From 8b838aa771672185a84c89de038210e044d98b92 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Mon, 8 Apr 2019 14:14:00 +0100 Subject: [PATCH] aliases: remove -E from sudo alias -E isn't compatible with -i and it doesn't seem to do a lot anyway --- aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aliases b/aliases index 4ed9e68..a505406 100644 --- a/aliases +++ b/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