bash marks port to zsh, with completion and my own personal theme

This commit is contained in:
Jocelyn Mallon 2011-10-03 16:48:28 -07:00
commit 820a027d47
3 changed files with 61 additions and 0 deletions

7
themes/jocelyn.zsh-theme Normal file
View file

@ -0,0 +1,7 @@
PROMPT='(%{$fg_bold[magenta]%}%n%{$reset_color%}@%{$fg_bold[blue]%}%m%{$reset_color%}) - (%{$fg_bold[blue]%}%T%{$reset_color%}) - (%{$fg[green]%}%~%{$reset_color%}%)
$(git_prompt_info)%{$reset_color%}$fg_bold[green]%}➜ %{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:%{$reset_color%}(%{$fg_bold[yellow]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$reset_color%}) %{$fg_bold[red]%}✗%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_CLEAN="%{$reset_color%}) "