Skip to content

Instantly share code, notes, and snippets.

@sauron
Created December 1, 2025 22:05
Show Gist options
  • Select an option

  • Save sauron/da5c33bf46372c9cddca518e9efa4ba7 to your computer and use it in GitHub Desktop.

Select an option

Save sauron/da5c33bf46372c9cddca518e9efa4ba7 to your computer and use it in GitHub Desktop.
Oh My ZSH theme
PROMPT='%{$fg_bold[cyan]%}%c %{$fg_bold[white]%}$(git_prompt_info)%{$fg_bold[white]%} %{$fg_bold[cyan]%}• %{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="[%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}*%{$fg[white]%}]%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[white]%}]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment