summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/.bashrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index e41120e..eb3e82c 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -117,11 +117,11 @@ test -r ~/.bash/color_codes &&
# set colors according to username
if [ "$LOGNAME" = "root" ]; then
COLOR1="${RED}"
- COLOR2="${BROWN}"
+ COLOR2="${PURPLE}"
P="#"
else
- COLOR1="${LIGHT_GREEN}"
- COLOR2="${BROWN}"
+ COLOR1="${YELLOW}"
+ COLOR2="${PURPLE}"
P="\$"
fi