Environment: don't unset PROJECT_BASE_DIR which is needed for the aliases to work properly
parent
5400790e78
commit
4363432025
|
@ -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