From 4363432025d5fb1d6b1800943f9980977fe86e7d Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Thu, 11 Aug 2022 06:52:24 +0200 Subject: [PATCH] Environment: don't unset PROJECT_BASE_DIR which is needed for the aliases to work properly --- setupenv.bashrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/setupenv.bashrc b/setupenv.bashrc index 6b007ec..abf30d6 100644 --- a/setupenv.bashrc +++ b/setupenv.bashrc @@ -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."