Created
October 20, 2014 02:16
-
-
Save cjp/34c8b44448fc8aa1b61d to your computer and use it in GitHub Desktop.
This file contains 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
PROMPT='%F{10}%n@%F{11}%m %F{blue}%2c%(?,%{%F{green}%},%{%F{red}%}) ❯%f ' | |
RPROMPT='$(git_prompt_info) %(?,%{%F{green}%},%{%F{red}%})❮ %F{blue}%D{%H:%M} %F{yellow}%D{%Z}%f' | |
ZSH_THEME_GIT_PROMPT_PREFIX="%F{yellow}" | |
ZSH_THEME_GIT_PROMPT_SUFFIX="%f" | |
ZSH_THEME_GIT_PROMPT_DIRTY=" %F{red}*%f" | |
ZSH_THEME_GIT_PROMPT_CLEAN="" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment