diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-28 23:52:37 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-28 23:52:37 +0200 |
commit | e8fcd836f2c4a528b2f4e580b3d6db5efdfc1ab6 (patch) | |
tree | f2bbc6784becf64cdcf11e73de16e647c052ba04 /etc/prompt | |
parent | 8896ac675b5bf513074d7552da7d9f4cf8d16217 (diff) |
auditing. Little cleanup, minor fixes etc.
Diffstat (limited to 'etc/prompt')
-rw-r--r-- | etc/prompt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ ## Prompt ## vim:ft=zsh # RPS1 is on the right side of the terminal -# The \ek\e\\ is for screens 'shelltitle' command +# 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}${pstags}${ps_yellow}%T]${ps_reset}" |