Last active
October 8, 2015 01:48
-
-
Save sjoness/3258333 to your computer and use it in GitHub Desktop.
zsh-theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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