configfiles/zsh/.zsh/02-prompt.zsh

5 lines
164 B
Bash
Raw Normal View History

2015-10-08 14:31:40 +02:00
autoload -U colors && colors
PROMPT="%{$fg[red]%}%n%{$fg[yellow]%}@%{$fg[green]%}%M%{$fg[yellow]%} > %{$reset_color%}"
RPROMPT="%{$fg[yellow]%}%~%{$reset_color%}"