Created
November 27, 2018 02:18
-
-
Save claudiofreitas/89f3fe5ce957d4b85aa43df373398dae to your computer and use it in GitHub Desktop.
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
local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )" | |
local ret_status="" | |
PROMPT='%F{blue} %n %F{green} %m %F{yellow} %~ %f$(git_prompt_info) | |
%F{red}> %{$reset_color%}' | |
ZSH_THEME_GIT_PROMPT_PREFIX="%F{blue} " | |
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" | |
ZSH_THEME_GIT_PROMPT_DIRTY=" %F{red} " | |
ZSH_THEME_GIT_PROMPT_CLEAN="" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment