Skip to content

Instantly share code, notes, and snippets.

@brunorozendo
Created February 27, 2019 04:20
Show Gist options
  • Save brunorozendo/ebcf4a88b2bd29396cb6f828c891e4d5 to your computer and use it in GitHub Desktop.
Save brunorozendo/ebcf4a88b2bd29396cb6f828c891e4d5 to your computer and use it in GitHub Desktop.
Zsh

#ZSH_THEME="agnoster" #ZSH_THEME="robbyrussell" ZSH_THEME="powerlevel9k/powerlevel9k" POWERLEVEL9K_MODE="nerdfont-complete" #POWERLEVEL9K_PROMPT_ON_NEWLINE=true POWERLEVEL9K_DISABLE_RPROMPT=true POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(dir vcs) POWERLEVEL9K_PROMPT_ON_NEWLINE=true POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX="$ " POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX=""

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment