diff options
Diffstat (limited to '.bash_prompt')
-rw-r--r-- | .bash_prompt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_prompt b/.bash_prompt index 8e719c1..2ce0bed 100644 --- a/.bash_prompt +++ b/.bash_prompt @@ -15,7 +15,7 @@ if tput setaf 1 &> /dev/null; then ORANGE=$(tput setaf 172) GREEN=$(tput setaf 190) PURPLE=$(tput setaf 141) - WHITE=$(tput setaf 256) + WHITE=$(tput setaf 0) else MAGENTA=$(tput setaf 5) ORANGE=$(tput setaf 4) |