4 lines
164 B
Bash
4 lines
164 B
Bash
autoload -U colors && colors
|
|
|
|
PROMPT="%{$fg[red]%}%n%{$fg[yellow]%}@%{$fg[green]%}%M%{$fg[yellow]%} > %{$reset_color%}"
|
|
RPROMPT="%{$fg[yellow]%}%~%{$reset_color%}"
|