diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-03-27 08:29:16 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-03-27 08:29:16 +0300 |
commit | 597b8051dfcb3ce5bce089ea39811575a22ec3da (patch) | |
tree | f9e6c2ee2bf2892ee773565d0f43d66b67d6eb92 /internal | |
parent | d8eeef278d10dd2532efc19f412465d8951797e4 (diff) |
bug fix: remove superfluous /bin from gitstatusd path; see #589
Diffstat (limited to 'internal')
-rw-r--r-- | internal/p10k.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 9c0e73cc..e3a5c593 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -7821,7 +7821,7 @@ _p9k_init_vcs() { local id=${(L)${${(M)_p9k_uname_o:#Android}:-$_p9k_uname}}-${(L)_p9k_uname_m} if [[ -z $GITSTATUS_DAEMON && $id == (android-armv7l|*-i686) && - -z $gitstatus_dir/bin/(usrbin|bin)/*-$id(|-static)(#qN) ]]; then + -z $gitstatus_dir/(usrbin|bin)/*-$id(|-static)(#qN) ]]; then >&2 echo -E - "${(%):-[%1FERROR%f]: %BPowerlevel10k%b is unable to use %Bgitstatus%b. Git prompt will be slow.}" >&2 echo -E - "" >&2 echo -E - "${(%):-Reason: There is no %Bgitstatusd%b binary for %B${id//\%/%%}%b (32-bit).}" |