Add support for .dev.sh install-specific shell configuration
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user