Created
March 15, 2016 03:29
-
-
Save nphyx/73a2768e6b58e7bca5fa to your computer and use it in GitHub Desktop.
zsh bullet-train using terminal colors
This file contains hidden or 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
# BULLET-TRAIN CONFIG | |
BULLETTRAIN_TIME_BG=000 | |
BULLETTRAIN_TIME_FG=008 | |
BULLETTRAIN_DIR_BG=001 | |
BULLETTRAIN_DIR_FG=007 | |
BULLETTRAIN_GIT_BG=000 | |
BULLETTRAIN_GIT_FG=008 | |
BULLETTRAIN_GIT_COLORIZE_DIRTY_BG_COLOR=000 | |
BULLETTRAIN_GIT_MODIFIED=" %F{006}✹%F{black}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment