diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-06-14 11:29:29 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-06-14 11:29:29 +0300 |
commit | 0717e57ff46201ff04e7d62cda8677e174a83be6 (patch) | |
tree | a965388ce18d5a10a3d77d8755aac97e96f0d1da /gitstatus.prompt.sh | |
parent | b0158178925484c058e6175e174b639237532c63 (diff) |
Squashed 'gitstatus/' changes from 1c74c8db..0d23fbd1
0d23fbd1 comments
9c19c9c4 fix a typo in install that prevents the locally built gitstatusd from being used
92fd143f doc cleanup
git-subtree-dir: gitstatus
git-subtree-split: 0d23fbd117ad6afe52fdbd96d08cf38f941be4d3
Diffstat (limited to 'gitstatus.prompt.sh')
-rw-r--r-- | gitstatus.prompt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitstatus.prompt.sh b/gitstatus.prompt.sh index b2c67c8d..9c1a2138 100644 --- a/gitstatus.prompt.sh +++ b/gitstatus.prompt.sh @@ -94,7 +94,7 @@ shopt -s promptvars # # Example: # -# user@host ~/projects/skynet master+! +# user@host ~/projects/skynet master ⇡42 # $ █ PS1='\[\033[01;32m\]\u@\h\[\033[00m\] ' # green user@host PS1+='\[\033[01;34m\]\w\[\033[00m\]' # blue current working directory |