From 6226d00a1c59aefc5102286cf04cef9f1686006b Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 28 Mar 2026 14:49:54 -0700 Subject: [PATCH] Change brackets from purple to gray. --- bashrc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc.sh b/bashrc.sh index ec29cfd..f072fb7 100644 --- a/bashrc.sh +++ b/bashrc.sh @@ -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 ##