mention that gitstatusd needs to be rebuilt after updating p10k

This commit is contained in:
romkatv 2020-03-08 11:53:37 +01:00
parent 42ccb64c61
commit 541a167b43

View file

@ -7730,6 +7730,9 @@ _p9k_init_vcs() {
>&2 echo -E - "" >&2 echo -E - ""
>&2 echo -E - "${(%):- %B${(D)gitstatus_dir//\%/%%}/usrbin/%b}" >&2 echo -E - "${(%):- %B${(D)gitstatus_dir//\%/%%}/usrbin/%b}"
>&2 echo -E - "" >&2 echo -E - ""
local q="'"
>&2 echo -E - "${(%):- %BNOTE%b: You${q}ll have to rebuild the binary every time you update powerlevel10k.}"
>&2 echo -E - ""
>&2 echo -E - "${(%):- * You %Bwill not%b see this error message again.}" >&2 echo -E - "${(%):- * You %Bwill not%b see this error message again.}"
>&2 echo -E - "${(%):- * Git prompt will be %Bfast%b.}" >&2 echo -E - "${(%):- * Git prompt will be %Bfast%b.}"
return 0 return 0