diff --git a/themes/hrwath.zsh-theme b/themes/hrwath.zsh-theme new file mode 100644 index 000000000..50bcf1e88 --- /dev/null +++ b/themes/hrwath.zsh-theme @@ -0,0 +1,3 @@ +# hrwath prompt + +PROMPT='%{$fg[yellow]%}${PWD/#$HOME/~}%{$fg[green]%}$(__git_ps1 "(%s)")%{$reset_color%} %{$fg_bold[blue]%}$ %{$reset_color%}'