Skip to content

Instantly share code, notes, and snippets.

@Debdut
Created February 4, 2022 14:32
Show Gist options
  • Save Debdut/8e2ca7df99a3604e421e4a232ed3aa88 to your computer and use it in GitHub Desktop.
Save Debdut/8e2ca7df99a3604e421e4a232ed3aa88 to your computer and use it in GitHub Desktop.
Github Zsh Theme
PROMPT='%{$fg[green]%}@%n %{$fg[black]%}->'
PROMPT+=' %{$fg[magenta]%}%2~%{$reset_color%} $(git_prompt_info)'
PROMPT+="%(?:%{$fg[black]%}$ :%{$fg[red]%}$ )"
PROMPT+="%{$fg[white]%}"
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment