diff options
| author | Maciej Sobkowski <maciejjo@maciejjo.pl> | 2016-06-16 14:47:13 +0200 |
|---|---|---|
| committer | Maciej Sobkowski <maciejjo@maciejjo.pl> | 2016-06-16 14:47:13 +0200 |
| commit | 2cff2bccd3a3fbf1247dc711a6e306f20ab7fbe6 (patch) | |
| tree | 011d3220672b617b5f14932e18d9aaee38c0f57d /bash | |
| parent | 3aed02447d5e4acf97ad841cb9c1c50a6f0f6f0b (diff) | |
bash: Change prompt colors for user/root
Diffstat (limited to 'bash')
| -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 |
