diff options
| author | Zach DeCook <zachdecook@librem.one> | 2026-05-14 07:51:36 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2026-05-14 21:07:55 -0400 |
| commit | f32f289b43f2586d46fb620ef40507cf5a9c661e (patch) | |
| tree | f016ed9ffed62462b78a3ed633518ede99a23ea3 /.profile | |
| parent | 23c2be1ad5e5fb5dfb58f6d4f39d59929caa327f (diff) | |
| download | dotfiles-f32f289b43f2586d46fb620ef40507cf5a9c661e.tar.gz | |
Hyprland: Super + Return open terminal where you left off mac-aarch64
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 3 |
1 files changed, 3 insertions, 0 deletions
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 \$ ' |
