aboutsummaryrefslogtreecommitdiff
path: root/etc/shrc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/shrc')
-rw-r--r--etc/shrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/shrc b/etc/shrc
index 9a4b012..9d61efd 100644
--- a/etc/shrc
+++ b/etc/shrc
@@ -9,7 +9,7 @@ case "$-" in *i*)
# configure prompt
case "$0,$TERM,$XTERM_SHELL" in
- *ksh,screen,/*) PS1=' P]2;$PWD\\' ;;
+ *ksh,screen,*) PS1='$(safetitle "$PWD")' ;;
*ksh,*,/*) PS1=' ]0;$PWD' ;;
*) PS1= ;;
esac