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

PS4="${ps_info}%N${ps_reset}:${ps_yellow}%i${ps_reset}│"