diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/prompt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ ## vim:ft=zsh # RPS1 is on the right side of the terminal # The \ek\e\\ is for screens 'shelltitle' command -export PS1="${ps_yellow}%n@%m${ps_reset} %c %(!.${ps_red}#.${ps_green}>)${ps_reset} "$'\ek\e\\' +export PS1="${ps_yellow}%n@%m${ps_reset} %c %(!.${ps_red}#.${ps_green}>)${ps_reset} "$'%{\ek\e\\%}' export RPS1="${ps_yellow}[${ps_info}${pstags}${ps_yellow}%T]${ps_reset}" |