Skip to content

Instantly share code, notes, and snippets.

@n3bulous
Created February 26, 2012 17:19
Show Gist options
  • Save n3bulous/1917833 to your computer and use it in GitHub Desktop.
Save n3bulous/1917833 to your computer and use it in GitHub Desktop.
n3bulous' frankentheme
# ZSH Theme - Preview:
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
local user_host='%{$terminfo[bold]$fg[green]%}%n@%m%{$reset_color%}'
local current_dir='%{$terminfo[bold]$fg[blue]%} %~%{$reset_color%}'
local rvm_ruby='%{$fg[red]%}‹$(rvm-prompt i v)›%{$reset_color%}'
local git_branch='$(git_prompt_info)%{$reset_color%}'
PROMPT="╭─ ${user_host} ${current_dir} ${rvm_ruby} ${git_branch}
╰─ %B%! %* $%b "
RPS1="${return_code}"
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹"
ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment