mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
5 lines
264 B
Bash
5 lines
264 B
Bash
# ZSH theme emulating the Fish shell's default prompt.
|
|
local user_color=green; [ $UID -eq 0 ] && user_color=red
|
|
PROMPT='%n@%m %{$fg[$user_color]%}%~%{$reset_color%}%(!.#.>) '
|
|
PROMPT2='%{$fg[red]%}\ %{$reset_color%}'
|
|
RPS1='%(?..%{$fg[red]%}%? ↵%{$reset_color%})'
|