Skip to content

Commit a98e684

Browse files
committed
fix: force zinit to pick darwin arm tarball, not pkg
1 parent 20c0702 commit a98e684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tag-prompt-starship/zsh/startup/zz-starship-rc.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
if [[ $OSTYPE == darwin* ]] && [[ $CPUTYPE == arm* ]]; then
3-
_bpicks[starship]='*starship-aarch64-apple-darwin*'
3+
_bpicks[starship]="*aarch64-apple*.tar.gz"
44
fi
55

66
zinit ice \

0 commit comments

Comments
 (0)