aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-03-08 13:53:37 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-03-08 13:53:37 +0300
commit541a167b435cf52de6cf9b7889c21dfa34992641 (patch)
tree1749892abb04f88fc67c1d62baf0205e63698865 /internal
parent42ccb64c61c36f89d63d9072457af3e55ebb13d8 (diff)
mention that gitstatusd needs to be rebuilt after updating p10k
Diffstat (limited to 'internal')
-rw-r--r--internal/p10k.zsh3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh
index 1c2475a9..10b3ce16 100644
--- a/internal/p10k.zsh
+++ b/internal/p10k.zsh
@@ -7730,6 +7730,9 @@ _p9k_init_vcs() {
>&2 echo -E - ""
>&2 echo -E - "${(%):- %B${(D)gitstatus_dir//\%/%%}/usrbin/%b}"
>&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 - "${(%):- * Git prompt will be %Bfast%b.}"
return 0