Skip to content

Commit

Permalink
do not force mac binary
Browse files Browse the repository at this point in the history
  • Loading branch information
underyx committed Jan 5, 2024
1 parent 8fab8b2 commit d71dad0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zsh/main
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ zinit wait lucid for \
atload'!_zsh_autosuggest_start' \
zsh-users/zsh-autosuggestions

zinit ice wait'!' bpick'*-aarch64-apple-darwin.tar.gz' silent from'gh-r' as'program' \
zinit ice wait'!' silent from'gh-r' as'program' \
atclone'./starship init zsh --print-full-init > init.zsh' atpull'%atclone' \
src='./init.zsh'
[[ $(uname) == "Darwin" ]] && zinit ice wait'!' silent from'gh-r' as'program' \
atclone'./starship init zsh --print-full-init > init.zsh' atpull'%atclone' \
src='./init.zsh' bpick'*-aarch64-apple-darwin.tar.gz'
zinit load starship/starship

0 comments on commit d71dad0

Please sign in to comment.