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

BodgeMaster 2022-08-11 06:52:24 +02:00
parent 72dffde7c9
commit 3741d844f1
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."