Skip to content

Instantly share code, notes, and snippets.

@r3bo0t
Created August 8, 2013 06:34
Show Gist options
  • Save r3bo0t/6182006 to your computer and use it in GitHub Desktop.
Save r3bo0t/6182006 to your computer and use it in GitHub Desktop.
PROMPT='%{$fg_bold[green]%}%p %{$fg_bold[red]%}%% %{$reset_color%}'
local git_branch='$(git_prompt_status)%{$reset_color%}$(git_prompt_info)%{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="("
ZSH_THEME_GIT_PROMPT_SUFFIX=")"
rvm_prompt='%{$fg[magenta]%}$(rvm-prompt r b g)%{$reset_color%}'
RPROMPT="%{$fg_bold[green]%}%c${rvm_prompt}|${git_branch}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment