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 | 5e5d3f5afff5112da97b5b972a17d24411bb04c7 (patch) | |
tree | 1d26aa18a19db659558554ec306d6207b13f9194 /gitstatus/gitstatus.prompt.sh | |
parent | 4c15d633ddf311d07c45f94c326ef27e19c9e7b7 (diff) | |
parent | 0717e57ff46201ff04e7d62cda8677e174a83be6 (diff) |
Merge commit '0717e57ff46201ff04e7d62cda8677e174a83be6'
Diffstat (limited to 'gitstatus/gitstatus.prompt.sh')
-rw-r--r-- | gitstatus/gitstatus.prompt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitstatus/gitstatus.prompt.sh b/gitstatus/gitstatus.prompt.sh index b2c67c8d..9c1a2138 100644 --- a/gitstatus/gitstatus.prompt.sh +++ b/gitstatus/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 |