Skip to content

Instantly share code, notes, and snippets.

@sjessa
Created September 27, 2016 16:36
Show Gist options
  • Save sjessa/e28c3b38ed88893bf2f115fffd19e03d to your computer and use it in GitHub Desktop.
Save sjessa/e28c3b38ed88893bf2f115fffd19e03d to your computer and use it in GitHub Desktop.
My zsh theme
PROMPT=" %{$fg[magenta]%}%n%{$reset_color%} @ %{$fg[yellow]%}%m%{$reset_color%} in %{$fg[green]%}%c%{$reset_color%} # %{$fg[blue]%}\${STY}%{$reset_color%} # %{$fg[blue]%}\$(git_prompt_info)%{$fg[blue]%} % %{$reset_color%}
%{$fg[blue]%}➜ %{$reset_color%} "
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[cyan]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%} %{$fg[green]%}✗%{$reset_color%}"
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