Skip to content

Instantly share code, notes, and snippets.

@sjoness
Last active October 8, 2015 01:48
Show Gist options
  • Save sjoness/3258333 to your computer and use it in GitHub Desktop.
Save sjoness/3258333 to your computer and use it in GitHub Desktop.
zsh-theme
# zsh theme
# created by Sam Jones 04/08/2012
ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%}%{$fg[red]%}|%{$fg[white]%}["
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}]"
ZSH_THEME_GIT_PROMPT_DIRTY=" ↯"
ZSH_THEME_GIT_PROMPT_CLEAN=""
PROMPT='%{$fg[red]%}[%1~]%{$reset_color%}%{$reset_color%}%{$fg[white]%}$(git_prompt_info) « $reset_color%}'
RPS1='%{$fg[white]%}» %{$fg[red]%}%m%{$reset_color%}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment