diff options
| author | Maciej Sobkowski <maciejjo@maciejjo.pl> | 2016-06-16 14:50:46 +0200 |
|---|---|---|
| committer | Maciej Sobkowski <maciejjo@maciejjo.pl> | 2016-06-16 14:50:46 +0200 |
| commit | 97503bbcd4796b0efe5d8aa414529237b3c109f1 (patch) | |
| tree | ed5845924653fe28ad2e4d276a0d561f5f4f80d2 /bash | |
| parent | 5538c6763df18be785eff95acf3fbd1806f18419 (diff) | |
bash: Formatting fixes
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/.bashrc | 4 |
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} " } |
