diff options
| author | Michael Allen <michael@michaelallen.io> | 2015-07-24 09:50:52 +0100 | 
|---|---|---|
| committer | Michael Allen <michael@michaelallen.io> | 2015-07-24 09:50:52 +0100 | 
| commit | 5e1372b1ee6b52e002c15d7b5a2575cebd7bceae (patch) | |
| tree | 75bc6ebf3807aa39b923d00a33ed2c8e66f4f0a3 /prompt | |
| parent | 5c31b9242140877bef777dd37f0810457bd9b64a (diff) | |
| download | git-sonar-5e1372b1ee6b52e002c15d7b5a2575cebd7bceae.tar.gz git-sonar-5e1372b1ee6b52e002c15d7b5a2575cebd7bceae.zip | |
remove colors and use them in a function so that it isn't tied down to ZSH
Diffstat (limited to '')
| -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_ahead$local_behind" +prompt="$(branch_name)$local_behind$local_ahead $(zsh_color_changes_status)"  echo $prompt | 
