Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 151 Bytes

zsh_prompt.md

File metadata and controls

10 lines (7 loc) · 151 Bytes

Custom ZSH prompt

~/.zshrc

...

PROMPT='%{$fg[yellow]%}[%m]%{$reset_color%}$(git_custom_status)%{$fg[cyan]%}[%~% ]%{$reset_color%}
$ '