X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/0a469e47aae261200c3e3fe0701d37f7970bf3ad..fa56bcf3eb3750665d37cb15a3dbff922d706c36:/dot/shell-rc diff --git a/dot/shell-rc b/dot/shell-rc index b8bfb3d..33403cb 100644 --- a/dot/shell-rc +++ b/dot/shell-rc @@ -175,7 +175,7 @@ __mdw_set_prompt () { __mdw_xterm_settitle () { printf >/dev/tty \ - "]2;%s@%s:%s – %s\\" \ + "]0;%s@%s:%s – %s\\" \ "$__mdw_user" "$__mdw_host$__mdw_hqual" "$PWD" \ "$1" }