Skip to content

Instantly share code, notes, and snippets.

@burningTyger
Created May 16, 2012 22:25
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/2714517 to your computer and use it in GitHub Desktop.
Save burningTyger/2714517 to your computer and use it in GitHub Desktop.
An omyzsh theme file with git and rvm features
PROMPT='$fg_bold[blue][ $fg[red]%t $fg_bold[blue]] $fg_bold[blue] [ $fg[red]%n@%m:%~$(git_prompt_info)$fg[yellow]$(rvm_prompt_info)$fg_bold[blue] ]$reset_color
$ '
# git theming
ZSH_THEME_GIT_PROMPT_PREFIX="$fg_bold[green]("
ZSH_THEME_GIT_PROMPT_SUFFIX=")"
ZSH_THEME_GIT_PROMPT_CLEAN="✔"
ZSH_THEME_GIT_PROMPT_DIRTY="✗"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment