Environment: don't unset PROJECT_BASE_DIR which is needed for the aliases to work properly

BodgeMaster-unfinished
BodgeMaster 2022-08-11 06:52:24 +02:00
parent 5400790e78
commit 4363432025
1 changed files with 0 additions and 2 deletions

View File

@ -44,6 +44,4 @@ if [ -f "$PROJECT_BASE_DIR/.localenv.bashrc" ]; then
source "$PROJECT_BASE_DIR/.localenv.bashrc"
fi
unset PROJECT_BASE_DIR
echo "done."