Skip to content

Instantly share code, notes, and snippets.

@maxxst
Created July 5, 2016 20:54
Show Gist options
  • Save maxxst/a14a3640ef63923fa2dadebb4b148fdb to your computer and use it in GitHub Desktop.
Save maxxst/a14a3640ef63923fa2dadebb4b148fdb to your computer and use it in GitHub Desktop.
# https://github.com/bhilburn/powerlevel9k#available-prompt-segments
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir vcs)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status background_jobs_joined virtualenv)
POWERLEVEL9K_VIRTUALENV_BACKGROUND='065'
POWERLEVEL9K_STATUS_VERBOSE=false
POWERLEVEL9K_SHORTEN_STRATEGY="truncate_from_right"
POWERLEVEL9K_SHORTEN_DIR_LENGTH=1
POWERLEVEL9K_SHORTEN_DELIMITER=".."
# VCS
POWERLEVEL9K_HIDE_BRANCH_ICON=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment