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 f4480508..6d273185 100644
--- a/bash/bashrc.d/prompt.bash
+++ b/bash/bashrc.d/prompt.bash
@@ -2,8 +2,8 @@
prompt() {
# Variables for use only within this function
- local -a state=()
local -i ret=$? colors=$(tput colors)
+ local -a state=()
local color reset branch info url root
# What's done next depends on the first argument to the function