diff options
author | Michael Allen <michael@michaelallen.io> | 2015-08-06 09:14:20 +0100 |
---|---|---|
committer | Michael Allen <michael@michaelallen.io> | 2015-08-06 09:14:20 +0100 |
commit | 14eae43ec9ba2bc7ee95a78cb6232464940730f5 (patch) | |
tree | 429eb85290418036b8c1566e9df3838ab5fe132a /prompt.sh | |
parent | 00546b2df2296244b7e700085e6c3fbde11985ca (diff) | |
download | git-sonar-14eae43ec9ba2bc7ee95a78cb6232464940730f5.tar.gz git-sonar-14eae43ec9ba2bc7ee95a78cb6232464940730f5.zip |
Provide colors for bash as well as Zsh
Diffstat (limited to 'prompt.sh')
-rwxr-xr-x | prompt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,6 +18,6 @@ else local_behind="" fi -prompt="$(branch_name)$local_behind$local_ahead $(zsh_color_changes_status)" +prompt="$(branch_name)$local_behind$local_ahead $(bash_color_changes_status)" echo $prompt |