diff options
Diffstat (limited to 'bash/.bashrc')
| -rw-r--r-- | bash/.bashrc | 6 |
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 |
