Add my zsh theme

This commit is contained in:
Paweł Lenart 2015-01-07 09:36:04 +01:00
commit e894459a77

3
themes/hrwath.zsh-theme Normal file
View file

@ -0,0 +1,3 @@
# hrwath prompt
PROMPT='%{$fg[yellow]%}${PWD/#$HOME/~}%{$fg[green]%}$(__git_ps1 "(%s)")%{$reset_color%} %{$fg_bold[blue]%}$ %{$reset_color%}'