My own oh-my-zsh theme.

This commit is contained in:
Michael Sena 2014-02-06 12:35:02 +11:00
commit 119614a8e9

2
themes/meo.zsh-theme Executable file
View file

@ -0,0 +1,2 @@
PROMPT="%{${fg_bold[white]}%}[%F{167}%2C%{${fg_bold[white]}%}] %(0?.%{${fg[blue]}%}.%{${fg[red]}%})$%{${reset_color}%} "
RPROMPT='%F{167} $(git_prompt_info_quick) %{${fg_bold[white]}%}%T%{${reset_color}%}'