Skip to content

Instantly share code, notes, and snippets.

@user0able
Created April 23, 2021 06:19
Show Gist options
  • Save user0able/46d8f88996fbbfa5f98f2cad14b28a5e to your computer and use it in GitHub Desktop.
Save user0able/46d8f88996fbbfa5f98f2cad14b28a5e to your computer and use it in GitHub Desktop.

Load Nerd Fonts and Powerlevel9k script

Once you have set up your prompt sections and custom segment in your zshrc, you then need to set Powerlevel9k to use Nerd Fonts and load the theme’s script.

Load Nerd Fonts with Powerlevel9k theme for Zsh

  
POWERLEVEL9K_MODE='nerdfont-complete'
source ~/powerlevel9k/powerlevel9k.zsh-theme
  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment