Skip to content

Commit

Permalink
added skaro theme
Browse files Browse the repository at this point in the history
  • Loading branch information
doug authored and robbyrussell committed May 7, 2010
1 parent 081deba commit 456834b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions themes/skaro.zsh-theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
PROMPT='%{$fg_bold[green]%}%h %{$fg[cyan]%}%2~ %{$fg_bold[blue]%}$(git_prompt_info) %{$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]%})"

0 comments on commit 456834b

Please sign in to comment.