Made it so aliases work with sudo

Former-commit-id: 2c2479f0eb
This commit is contained in:
Brad Ganley
2023-01-13 16:28:13 -06:00
parent 0c1c2fc7b4
commit 212b314d76

View File

@@ -1,3 +1,9 @@
##########################################################
# USE ALIASES WITH SUDO HOORAY #
##########################################################
alias sudo='sudo '
# If not running interactively, don't do anything
case $- in
*i*) ;;