aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-03 15:40:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-03 15:40:15 +1200
commit8549b2bfd0def98fc9ca7380add7e577be38c45f (patch)
treed19075d8e1b359aab0adff6436948417a18717a2 /bash
parentForce status check to work around cache problem (diff)
downloaddotfiles-8549b2bfd0def98fc9ca7380add7e577be38c45f.tar.gz
dotfiles-8549b2bfd0def98fc9ca7380add7e577be38c45f.zip
Local variable no longer needed
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 2dde9118..f77e062a 100644
--- a/bash/bashrc.d/prompt.bash
+++ b/bash/bashrc.d/prompt.bash
@@ -2,7 +2,7 @@
function prompt {
local ret=$?
local colors=$(tput colors 2>/dev/null)
- local color reset branch head state url root
+ local color reset branch state url root
if [[ $colors -ge 256 ]]; then
color='\[\e[38;5;10m\]'