Made it so aliases work with sudo
This commit is contained in:
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*) ;;
|
||||||
|
Reference in New Issue
Block a user