Skip to content

Instantly share code, notes, and snippets.

@danielgospodinow
Created January 11, 2024 07:20
Show Gist options
  • Save danielgospodinow/7ef38e505b0cb5fab4fc8265e13c07a7 to your computer and use it in GitHub Desktop.
Save danielgospodinow/7ef38e505b0cb5fab4fc8265e13c07a7 to your computer and use it in GitHub Desktop.
Fork of oh-my-zsh's `robbyrussell` theme
PROMPT="%(?:%{$fg_bold[green]%}%1{➜%} :%{$fg_bold[red]%}%1{➜%} ) %{$fg[cyan]%}%d%{$reset_color%}"
PROMPT+=' $(git_prompt_info)'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}%1{*%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%}"
@danielgospodinow
Copy link
Author

image image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment