We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c0702 commit a98e684Copy full SHA for a98e684
tag-prompt-starship/zsh/startup/zz-starship-rc.zsh
@@ -1,6 +1,6 @@
1
2
if [[ $OSTYPE == darwin* ]] && [[ $CPUTYPE == arm* ]]; then
3
- _bpicks[starship]='*starship-aarch64-apple-darwin*'
+ _bpicks[starship]="*aarch64-apple*.tar.gz"
4
fi
5
6
zinit ice \
0 commit comments