Last active
July 25, 2020 20:46
-
-
Save felipekm/078625db6eabdb987568e8edf4259210 to your computer and use it in GitHub Desktop.
My 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
local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )" | |
PROMPT='%{$fg_bold[red]%}HOME - %{$fg_bold[yellow]%}%t - %{$fg_bold[blue]%}%c $(git_prompt_info)% %{$reset_color%}' | |
ZSH_THEME_GIT_PROMPT_CLEAN=") %{$fg_bold[green]%}✔ " | |
ZSH_THEME_GIT_PROMPT_DIRTY=") %{$fg_bold[red]%}✘ " | |
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[cyan]%}(" | |
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment