Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

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%}
$ '