Created
February 24, 2021 13:07
-
-
Save joaobb/00075e5ac9c3f0fe03232a604dcc6316 to your computer and use it in GitHub Desktop.
Revisions
-
joaobb created this gist
Feb 24, 2021 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ local ret_status="%(?:%{$fg_bold[cyan]%}⎛ :%{$fg_bold[red]%}⎛ )" PROMPT='${ret_status}%{$fg[cyan]%}%~%{$reset_color%} $(git_prompt_info)%{$reset_color%} %(?:%{$fg_bold[cyan]%}⎝ $:%{$fg_bold[red]%}⎝ $)%{$reset_color%} ' ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg[red]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗" ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"