aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-22 16:20:34 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-22 16:20:34 +1200
commitc2e1b093525bbe442929eba56fd55bc5a3804e8f (patch)
tree16d3c5d02931405f9ea6152d33b72bb089603caa /bash
parentUse function instead of alias for vi (diff)
downloaddotfiles-c2e1b093525bbe442929eba56fd55bc5a3804e8f.tar.gz
dotfiles-c2e1b093525bbe442929eba56fd55bc5a3804e8f.zip
Correct termcap/info code
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 96ad6546..3f658fa2 100644
--- a/bash/bashrc.d/prompt.bash
+++ b/bash/bashrc.d/prompt.bash
@@ -28,7 +28,7 @@ prompt() {
if ((colors == 256)); then
format=$( {
tput AF 10 || tput setaf 10 \
- || tput AF 10 0 0 || tput AF 10 0 0
+ || tput AF 10 0 0 || tput setaf 10 0 0
} 2>/dev/null )
# If we have only eight colors, use bold green to make it bright