mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-13 03:12:21 +01:00
3 lines
143 B
Bash
3 lines
143 B
Bash
# hrwath prompt
|
|
|
|
PROMPT='%{$fg[yellow]%}${PWD/#$HOME/~}%{$fg[green]%}$(__git_ps1 "(%s)")%{$reset_color%} %{$fg_bold[blue]%}$ %{$reset_color%}'
|