Skip to content

Instantly share code, notes, and snippets.

@hamstar
Created January 4, 2012 03:28
Show Gist options
  • Select an option

  • Save hamstar/1558347 to your computer and use it in GitHub Desktop.

Select an option

Save hamstar/1558347 to your computer and use it in GitHub Desktop.
Custom zsh theme made from robbyrussell.zsh-theme
PROMPT='%{$fg_bold[red]%}➜ %n%{$fg_bold[white]%}@%{$fg_bold[green]%}%m%{$fg_bold[white]%}:%{$fg[cyan]%}%/ %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$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