Skip to content

Instantly share code, notes, and snippets.

@nphyx
Created March 15, 2016 03:30
Show Gist options
  • Save nphyx/35f750ac34ef7615607b to your computer and use it in GitHub Desktop.
Save nphyx/35f750ac34ef7615607b to your computer and use it in GitHub Desktop.
zsh bullet-train using terminal colors instead of fixed blue/white scheme
# Only directory, time & git are covered here
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