Customize powerlevel10k OS_Icon to Prompt Whether in arm64
or x86_64
Termial in Apple Silicon #Apple Silicon.
Configure ~/.p10k.zsh
:
# Custom icon.
if [[ "$(uname)" == "Darwin" ]]; then
typeset -g POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION="$(uname -m) $(print_icon 'APPLE_ICON')" #'⭐'
fi