diff --git a/.bashrc b/.bashrc index 59e8569..a882bfd 100644 --- a/.bashrc +++ b/.bashrc @@ -1,3 +1,9 @@ +########################################################## +# USE ALIASES WITH SUDO HOORAY # +########################################################## +alias sudo='sudo ' + + # If not running interactively, don't do anything case $- in *i*) ;;