Skip to content

Instantly share code, notes, and snippets.

@sayanriju
Created September 23, 2024 07:57
Show Gist options
  • Save sayanriju/6f4dc2002c67fd46872fbdcdf1136ae6 to your computer and use it in GitHub Desktop.
Save sayanriju/6f4dc2002c67fd46872fbdcdf1136ae6 to your computer and use it in GitHub Desktop.
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