diff options
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 \$ ' |
