Made it so aliases work with sudo
This commit is contained in:
parent
d9375106a9
commit
2c2479f0eb
6
.bashrc
6
.bashrc
@ -1,3 +1,9 @@
|
|||||||
|
##########################################################
|
||||||
|
# USE ALIASES WITH SUDO HOORAY #
|
||||||
|
##########################################################
|
||||||
|
alias sudo='sudo '
|
||||||
|
|
||||||
|
|
||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
case $- in
|
case $- in
|
||||||
*i*) ;;
|
*i*) ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user