summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index 3bdb49a..0dbb055 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -137,12 +137,12 @@ jobscount() {
local stopped='$(jobs -s | wc -l | tr -d " ")'
local running='$(jobs -r | wc -l | tr -d " ")'
echo -n "${running}r/${stopped}s"
- }
+}
prompt_color() {
PS1="\\[\[${BLUE}\][\[${GREEN}\]\t\[${BLUE}\]][\[${COLOR1}\]\u\[${LIGHTGRAY}\]@\[${COLOR2}\]\h\[${LIGHTGRAY}\]:\[${CYAN}\]\W\[${BLUE}\]][\[${RED}\]\j\[${BLUE}\]]\[${GREEN}\]${P}\[${PS_CLEAR}\] "
- PS2="${P} "
+ PS2="${P} "
}