Fix errors passing project arg through container init in dev func

Fix usage of old PROJECTS_DIR env var in starship setup
This commit is contained in:
2025-11-07 12:33:18 -05:00
parent 8e5ea523b2
commit f2f34750ac
2 changed files with 6 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
function set_window_title() {
if [ "${PWD}" == "$PROJECTS_DIR/*" ]; then
if [ "${PWD}" == "$PROJECTS_PATH/*" ]; then
echo -ne "\033]0; Toolbox: Development \007"
else
echo -ne "\033]0; $LOCATION \007"