Fix toolbox default config mucking with PS1

This commit is contained in:
2025-11-06 15:17:58 -05:00
parent 5f2e74623b
commit 926ac8baa0
2 changed files with 88 additions and 1 deletions

View File

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