aboutsummaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc_palette6
1 files changed, 1 insertions, 5 deletions
diff --git a/bash/bashrc_palette b/bash/bashrc_palette
index 8a4405a..ab89d62 100644
--- a/bash/bashrc_palette
+++ b/bash/bashrc_palette
@@ -66,11 +66,7 @@ alias ncsColours='echo -en "${__ncs_c}"'
alias lightNcsColours='echo -en "${__light_ncs_c}"'
alias blackNcsColours='echo -en "${__black_ncs_c}"'
-if [ "$USER" = 'root' ]; then
- alias stdColours=redColours
-else
- alias stdColours=blackNcsColours
-fi
+alias stdColours=blackNcsColours
if [ "$COLORTERM" = '' ]; then
stdColours