Environment: don't unset PROJECT_BASE_DIR which is needed for the aliases to work properly
parent
72dffde7c9
commit
3741d844f1
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue