ohmyzsh/themes/fishy.zsh-theme
2011-02-19 00:29:44 -08:00

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