summaryrefslogtreecommitdiff
path: root/internal/p10k.zsh
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-03-08 13:40:47 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-03-08 13:40:47 +0300
commit853253434de77347cb3a51621af3d4ad985237ff (patch)
treecd37c19d07f740e17b64cf68028687f4f75759de /internal/p10k.zsh
parent3b985dde30c215105f1b36ef5186999091dee46e (diff)
fix a typo: s/arm7l/armv7l/
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r--internal/p10k.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh
index 6c448b60..9689b048 100644
--- a/internal/p10k.zsh
+++ b/internal/p10k.zsh
@@ -7696,7 +7696,7 @@ _p9k_init_vcs() {
local gitstatus_dir=${_POWERLEVEL9K_GITSTATUS_DIR:-${__p9k_root_dir}/gitstatus}
local id=${(L)${${(M)_p9k_uname_o:#Android}:-$_p9k_uname}}-${(L)_p9k_uname_m}
- if [[ -z $GITSTATUS_DAEMON && $id == (android-arm7l|*-i686) &&
+ if [[ -z $GITSTATUS_DAEMON && $id == (android-armv7l|*-i686) &&
-z $gitstatus_dir/bin/(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 - ""