From f919c973440869c727b64869078712bf2eb1ae5d Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Fri, 3 Jul 2026 13:27:06 -0400 Subject: use osc7 to indicate cwd --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.profile') diff --git a/.profile b/.profile index bab387d..f6bb35a 100644 --- a/.profile +++ b/.profile @@ -8,4 +8,4 @@ if [ "$(tty)" = /dev/tty6 ]; then fi # Set the window title to the path -export PS1='`echo -ne "\033]0;${PWD}\007" 1>&2`\w \$ ' +export PS1='$(osc7)`echo -ne "\033]0;${PWD}\007" 1>&2`\w \$ ' -- cgit 1.4.1