summaryrefslogtreecommitdiff
path: root/etc/prompt
blob: 9633b7229c27265d6c22551e87499146f38f589b (plain)
1
2
3
4
5
6
## Prompt
## vim:ft=zsh
# RPS1 is on the right side of the terminal
# The \ek\e\\ is for screen's 'shelltitle'
export PS1="${ps_yellow}%n@%m${ps_reset} %c %(!.${ps_red}#.${ps_green}>)${ps_reset} "$'%{\ek\e\\%}'
export RPS1="${ps_yellow}[${ps_info}%1v${ps_yellow}%T]${ps_reset}"