configfiles/zsh/.zsh/02-prompt.zsh
2015-10-08 14:31:40 +02:00

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%}"