Skip to content

Instantly share code, notes, and snippets.

@bdavidhicks
Last active March 2, 2019 05:15
Show Gist options
  • Save bdavidhicks/fa76fb2de9cd70f93017ca84c32857eb to your computer and use it in GitHub Desktop.
Save bdavidhicks/fa76fb2de9cd70f93017ca84c32857eb to your computer and use it in GitHub Desktop.
ZSH_THEME="powerlevel9k/powerlevel9k"
POWERLEVEL9K_MODE='awesome-fontconfig'
POWERLEVEL9K_PROMPT_ADD_NEWLINE=true
POWERLEVEL9K_SHORTEN_DIR_LENGTH=1
POWERLEVEL9K_SHORTEN_STRATEGY=truncate_folders
POWERLEVEL9K_SHORTEN_DELIMITER=""
POWERLEVEL9K_TIME_FORMAT='%D{%I:%M}'
POWERLEVEL9K_PROMPT_ON_NEWLINE=true
POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX=""
POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX="> "
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(dir vcs)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status time)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment