Skip to content

Instantly share code, notes, and snippets.

@liviaerxin
Last active June 12, 2021 14:03
Show Gist options
  • Save liviaerxin/94654d34bb0b6ccbb18392b5477ab749 to your computer and use it in GitHub Desktop.
Save liviaerxin/94654d34bb0b6ccbb18392b5477ab749 to your computer and use it in GitHub Desktop.
Custom powerlevel10k OS_Icon to Prompt Whether in `arm64` or `x86_64` Termial in Apple Silicon #Apple Silicon

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment