Skip to content

Instantly share code, notes, and snippets.

@cristopher-rodrigues
Last active March 4, 2019 16:21
Show Gist options
  • Save cristopher-rodrigues/f2c214c953293aab5667 to your computer and use it in GitHub Desktop.
Save cristopher-rodrigues/f2c214c953293aab5667 to your computer and use it in GitHub Desktop.
cristopher.zsh-theme
PROMPT='%{$fg_bold[red]%}☠ λ%{$fg_bold[black]%}%p %{$fg[black]%}%~% %{$fg_bold[cyan]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%} '
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}[%{$fg[cyan]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[green]%}] %{$fg[yellow]%}⚡%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%}]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment