diff options
author | Michael Allen <michael@michaelallen.io> | 2015-08-11 19:54:34 +0100 |
---|---|---|
committer | Michael Allen <michael@michaelallen.io> | 2015-08-11 19:56:29 +0100 |
commit | 253e0090fb62f0a130c48e1f965749827db213ab (patch) | |
tree | f08ebbd9b557f9cf73c47daae88836841fe561a8 /prompt.sh | |
parent | 98e9081cd75adaf58ca7ccac721e99eb88044cdd (diff) | |
download | git-sonar-253e0090fb62f0a130c48e1f965749827db213ab.tar.gz git-sonar-253e0090fb62f0a130c48e1f965749827db213ab.zip |
Example of how to use the git-base.sh library
Diffstat (limited to '')
-rwxr-xr-x | prompt.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/prompt.sh b/prompt.sh deleted file mode 100755 index 4501575..0000000 --- a/prompt.sh +++ /dev/null @@ -1,6 +0,0 @@ -dot="$(cd "$(dirname "$0")"; pwd)" -source "$dot/git-base.sh" - -prompt="$(bash_color_remote_commits)$(branch_name)$(bash_color_local_commits)$(bash_color_changes_status)" - -echo $prompt |