diff options
author | Michael Allen <michael@michaelallen.io> | 2015-08-30 14:58:52 +0100 |
---|---|---|
committer | Michael Allen <michael@michaelallen.io> | 2015-08-30 14:58:52 +0100 |
commit | 18a19fc516400f2f8db8925b599b70037ac04403 (patch) | |
tree | 7eed555dad18f404c07fe78b2e2b2dca4797704b /prompt.bash | |
parent | 8b132d8922ab7aec4446842b630299dfd7f6e8e3 (diff) | |
download | git-sonar-18a19fc516400f2f8db8925b599b70037ac04403.tar.gz git-sonar-18a19fc516400f2f8db8925b599b70037ac04403.zip |
Duplicate Zsh color config for bash
Diffstat (limited to 'prompt.bash')
-rwxr-xr-x | prompt.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prompt.bash b/prompt.bash index 429c88d..604d8e1 100755 --- a/prompt.bash +++ b/prompt.bash @@ -5,6 +5,7 @@ args=$@ source "$dot/radar-base.sh" if is_repo; then + prepare_bash_colors printf " \x01\033[1;30m\x02git:(\x01\033[0m\x02" if show_remote_status $args; then bash_color_remote_commits |