Skip to content

zsh

Custom Icons

Modify the following settings in ~/.p10k.zsh to add custom icons:

~/.p10k.zsh
typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
  os_icon # Add this line for OS icon
  ...
)

# Add your custom icon here
typeset -g POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION='⭐'

You can search icons from Nerd Fonts.