diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-21 13:41:20 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-21 13:41:20 +0200 |
commit | 79f0e05f191773035dd587f61496101be1d252ec (patch) | |
tree | 5893c98f82a9b2509269cd70c4f124465372d30c /etc | |
parent | dfa15c249388d81c39d9fd54032ebf96c47219bc (diff) |
etc/prompt: Forgot to wrap the escapes in %{%}
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}" |