Made it so aliases work with sudo

This commit is contained in:
Brad Ganley 2023-01-13 16:28:13 -06:00
parent d9375106a9
commit 2c2479f0eb

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*) ;;