mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
5 lines
307 B
Bash
5 lines
307 B
Bash
# ZSH THEME Preview: https://skitch.com/huyy/rk979/humza.zshtheme
|
|
PROMPT='%{$reset_color%}%n %{$fg[green]%}{%{$reset_color%}%~%{$fg[green]%}}%{$reset_color%}$(git_prompt_info) %{$fg[red]%}$%{$reset_color%} ☞ '
|
|
|
|
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[red]%}±("
|
|
ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%}"
|