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