5 lines
164 B
Bash
5 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%}"
|