From 541a167b435cf52de6cf9b7889c21dfa34992641 Mon Sep 17 00:00:00 2001 From: romkatv Date: Sun, 8 Mar 2020 11:53:37 +0100 Subject: [PATCH] mention that gitstatusd needs to be rebuilt after updating p10k --- internal/p10k.zsh | 3 +++ 1 file changed, 3 insertions(+) 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