Change brackets from purple to gray.

This commit is contained in:
2026-03-28 14:49:54 -07:00
parent f199605915
commit 6226d00a1c

View File

@@ -19,7 +19,7 @@ fi
if [[ "`whoami`" == "root" ]]; then
export PS1='\[$BOLD\]\[$ORANGE\][\[$SCARLET\]\t \[$RED\]\w\[$ORANGE\]]\[$GRAY\]\$ \[$RESET\]'
else
export PS1='\[$BOLD\]\[$PURPLE\][\[$ORANGE\]\t \[$GREEN\]\w\[$PURPLE\]]\[$RESET\]\$ '
export PS1='\[$BOLD\]\[$GRAY\][\[$ORANGE\]\t \[$GREEN\]\w\[$GRAY\]]\[$RESET\]\$ '
fi
## Aliases ##