Skip to content

Instantly share code, notes, and snippets.

@nij4t
Created May 4, 2019 18:21
Show Gist options
  • Save nij4t/556ec67ca011453e465297d242b6bff2 to your computer and use it in GitHub Desktop.
Save nij4t/556ec67ca011453e465297d242b6bff2 to your computer and use it in GitHub Desktop.
powerlevel9k theme
export ZSH="/home/displac3r/.oh-my-zsh"
ZSH_THEME="powerlevel9k/powerlevel9k"
POWERLEVEL9K_MODE='nerdfont-complete'
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir dir_writable vcs vi_mode)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status)
POWERLEVEL9K_PROMPT_ON_NEWLINE=true
plugins=(
git
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment