summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-08-05 11:43:40 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-08-05 11:43:40 +0300
commitd0fadfff9797af0badabe1507ff40b802eafd97d (patch)
treefff69b2728a1ed83069d728de2075ac36de95acb /internal
parentf62d1d5ae3f08c24fb002d25bc3ea1b1d5b782b8 (diff)
add another option for i686 users
Diffstat (limited to 'internal')
-rwxr-xr-xinternal/p10k.zsh5
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh
index dcf3ff44..0068d1e8 100755
--- a/internal/p10k.zsh
+++ b/internal/p10k.zsh
@@ -4117,6 +4117,11 @@ _p9k_init() {
>&2 echo -E - "${(%):- * You %Bwill not%b see this error message again.}"
>&2 echo -E - "${(%):- * Git prompt will be %Bslow%b.}"
>&2 echo -E - ""
+ >&2 echo -E - "${(%):- - Upgrade to a 64-bit OS.}"
+ >&2 echo -E - ""
+ >&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.}"