Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@burningTyger
Created July 20, 2011 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save burningTyger/1095734 to your computer and use it in GitHub Desktop.
Save burningTyger/1095734 to your computer and use it in GitHub Desktop.
oh-my-zsh sparkle theme
# This theme focuses on the current Ruby and git status/branch
PROMPT='$fg[yellow]$(rvm-prompt i v g) $fg[white]%n@%m:%~$(git_prompt_info)$reset_color $ '
# git theming
ZSH_THEME_GIT_PROMPT_PREFIX="$fg[yellow] "
ZSH_THEME_GIT_PROMPT_SUFFIX=""
ZSH_THEME_GIT_PROMPT_CLEAN=""
ZSH_THEME_GIT_PROMPT_DIRTY="$fg[red]!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment