From f32f289b43f2586d46fb620ef40507cf5a9c661e Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Thu, 14 May 2026 07:51:36 -0400 Subject: Hyprland: Super + Return open terminal where you left off --- .profile | 3 +++ 1 file changed, 3 insertions(+) (limited to '.profile') diff --git a/.profile b/.profile index 5e99a50..bab387d 100644 --- a/.profile +++ b/.profile @@ -6,3 +6,6 @@ export APORTSDIR="$HOME/gs/aports" if [ "$(tty)" = /dev/tty6 ]; then setfont /usr/share/consolefonts/ter-132n.psf.gz fi + +# Set the window title to the path +export PS1='`echo -ne "\033]0;${PWD}\007" 1>&2`\w \$ ' -- cgit 1.4.1