aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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\]'