From 97503bbcd4796b0efe5d8aa414529237b3c109f1 Mon Sep 17 00:00:00 2001 From: Maciej Sobkowski Date: Thu, 16 Jun 2016 14:50:46 +0200 Subject: bash: Formatting fixes --- bash/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bash') 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} " } -- cgit v1.2.3-70-g09d2