Skip to content

Instantly share code, notes, and snippets.

@nphyx
Created March 15, 2016 03:29
Show Gist options
  • Save nphyx/73a2768e6b58e7bca5fa to your computer and use it in GitHub Desktop.
Save nphyx/73a2768e6b58e7bca5fa to your computer and use it in GitHub Desktop.
zsh bullet-train using terminal colors
# 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