Add support for .dev.sh install-specific shell configuration

This commit is contained in:
maddiebaka
2023-09-01 04:10:29 -04:00
parent 3db6222162
commit adfa0ff4f8
2 changed files with 10 additions and 0 deletions

View File

@@ -137,6 +137,10 @@ then
source ~/.cargo/env
fi
if [ -e ~/.dev.sh ]
then
source ~/.dev.sh
fi
# Liz stuff lol
# curl -fsSL https://icanhazdadjoke.com | lolcat