summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/prompt3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/prompt b/etc/prompt
index b841d46..1b8871e 100644
--- a/etc/prompt
+++ b/etc/prompt
@@ -1,5 +1,6 @@
## Prompt
## vim:ft=zsh
# RPS1 is on the right side of the terminal
-export PS1="${ps_yellow}%n@%m${ps_reset} %c %(!.${ps_red}#.${ps_green}>)${ps_reset} "
+# 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 RPS1="${ps_yellow}[${ps_info}${pstags}${ps_yellow}%T]${ps_reset}"