diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-03-08 13:49:10 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-03-08 13:49:10 +0300 |
commit | 42ccb64c61c36f89d63d9072457af3e55ebb13d8 (patch) | |
tree | d92a9b743291684b44bdbb734c67daa1409ce181 /internal/p10k.zsh | |
parent | 853253434de77347cb3a51621af3d4ad985237ff (diff) |
better instructions for building gistatusd; see https://github.com/romkatv/gitstatus/issues/110
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r-- | internal/p10k.zsh | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 9689b048..1c2475a9 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -7722,9 +7722,13 @@ _p9k_init_vcs() { >&2 echo -E - "${(%):- * You %Bwill not%b see this error message again.}" >&2 echo -E - "${(%):- * Git prompt will be %Bfast%b.}" >&2 echo -E - "" - >&2 echo -E - "${(%):- - Compile %Bgitstatusd%b and set %BGITSTATUS_DAEMON=/path/to/gitstatusd%b at}" - >&2 echo -E - "${(%):- the bottom of %B$__p9k_zshrc_u%b. See instructions at}" - >&2 echo -E - "${(%):- https://github.com/romkatv/gitstatus/blob/master/README.md#compiling.}" + >&2 echo -E - "${(%):- - Compile %Bgitstatusd%b by following these instructions:}" + >&2 echo -E - "" + >&2 echo -E - "${(%):- https://github.com/romkatv/gitstatus/blob/master/README.md#compiling}" + >&2 echo -E - "" + >&2 echo -E - "${(%):- Place the compiled binary in this directory:}" + >&2 echo -E - "" + >&2 echo -E - "${(%):- %B${(D)gitstatus_dir//\%/%%}/usrbin/%b}" >&2 echo -E - "" >&2 echo -E - "${(%):- * You %Bwill not%b see this error message again.}" >&2 echo -E - "${(%):- * Git prompt will be %Bfast%b.}" |