Created
September 23, 2024 07:57
-
-
Save sayanriju/6f4dc2002c67fd46872fbdcdf1136ae6 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
local ret_status="%(?:%{$fg_bold[green]%}»:%{$fg_bold[red]%}»%s)" | |
PROMPT='🔥%{$fg_bold[cyan]%}%p %{$fg[cyan]%}%c ${ret_status} %{$fg[green]%}%{$reset_color%}' | |
RPROMPT='$(git_prompt_info)%{$fg_bold[white]%}%{$reset_color%}' | |
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[yellow]%} " | |
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" | |
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[yellow]%}%{$fg[red]%} 🗴 %{$reset_color%}" | |
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[yellow]%}%{$fg[green]%} 🗹 %{$reset_color%}" | |
ZSH_PROMPT_BASE_COLOR="%{$fg_bold[white]%}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment