aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-15 01:33:29 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-15 01:33:29 +1200
commit37741d848713e4804eb254d91dd1d0fa1ed51a2b (patch)
treed66324e847e55824bb32de2c51f5fe96957aa2e2 /bash
parentAdd my Nextag plugin (diff)
downloaddotfiles-37741d848713e4804eb254d91dd1d0fa1ed51a2b.tar.gz
dotfiles-37741d848713e4804eb254d91dd1d0fa1ed51a2b.zip
Restore single-arg behavior for tput
BSD weirds me out
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