aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc.d/prompt.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/prompt.bash b/bash/bashrc.d/prompt.bash
index c4293aae..98660ff6 100644
--- a/bash/bashrc.d/prompt.bash
+++ b/bash/bashrc.d/prompt.bash
@@ -22,7 +22,7 @@ prompt() {
# Check if we have non-bold bright green available
if ((colors == 256)); then
- format=$(tput setaf 10 0 0)
+ format=$(tput setaf 10)
# If we have only eight colors, use bold green to make it bright
elif ((colors == 8)); then