Last active
April 13, 2017 19:53
-
-
Save paulchrablass/37957fc79502e525eb02106045a0cadd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Powerline Theme Options | |
# Font: https://github.com/stefano-meschiari/dotemacs/blob/master/SourceCodePro%2BPowerline%2BAwesome%2BRegular.ttf | |
POWERLEVEL9K_MODE='awesome-patched' | |
POWERLEVEL9K_PROMPT_ON_NEWLINE=true | |
POWERLEVEL9K_VCS_MODIFIED_BACKGROUND='yellow' | |
POWERLEVEL9K_VCS_UNTRACKED_BACKGROUND='yellow' | |
POWERLEVEL9K_STATUS_OK_BACKGROUND="black" | |
POWERLEVEL9K_STATUS_OK_FOREGROUND="green" | |
POWERLEVEL9K_STATUS_ERROR_BACKGROUND="black" | |
POWERLEVEL9K_STATUS_ERROR_FOREGROUND="red" | |
POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX="\n" | |
POWERLEVEL9K_MULTILINE_SECOND_PROMPT_PREFIX="%K{white}%F{black} `date +%T` \UE12E %f%k%F{white}%f " | |
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(status dir vcs) | |
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(nvm rbenv context) | |
POWERLEVEL9K_SHORTEN_STRATEGY="truncate_middle" | |
POWERLEVEL9K_SHORTEN_DIR_LENGTH=4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment