Created
January 21, 2013 15:46
-
-
Save josephgrossberg/4586954 to your computer and use it in GitHub Desktop.
Diff and screenshot of my muse zsh variant
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
# here is a screenshot: http://cl.ly/image/0y0D1m3l1Q17 | |
8c8 | |
< PROMPT_SUCCESS_COLOR=$FG[117] | |
--- | |
> PROMPT_SUCCESS_COLOR=$FG[059] | |
11c11 | |
< PROMPT_PROMPT=$FG[077] | |
--- | |
> PROMPT_PROMPT=$FG[232] | |
16c16 | |
< PROMPT='%{$PROMPT_SUCCESS_COLOR%}%~%{$reset_color%} %{$GIT_PROMPT_INFO%}$(git_prompt_info)%{$GIT_DIRTY_COLOR%}$(git_prompt_status) %{$reset_color%}%{$PROMPT_PROMPT%}ᐅ%{$reset_color%} ' | |
--- | |
> PROMPT='%{$PROMPT_SUCCESS_COLOR%}%~%{$reset_color%} %{$GIT_PROMPT_INFO%}$(git_prompt_info)%{$GIT_DIRTY_COLOR%}$(git_prompt_status) %{$reset_color%}%{$PROMPT_PROMPT%}»%{$reset_color%} ' | |
20,21c20,21 | |
< ZSH_THEME_GIT_PROMPT_PREFIX="(" | |
< ZSH_THEME_GIT_PROMPT_SUFFIX="%{$GIT_PROMPT_INFO%})" | |
--- | |
> ZSH_THEME_GIT_PROMPT_PREFIX="" | |
> ZSH_THEME_GIT_PROMPT_SUFFIX="%{$GIT_PROMPT_INFO%}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment