# vim: ft=sh function settitle { echo -ne "\033]0;`whoami`@`hostname`:`pwd`\007" } case "$TERM" in xterm*|*rxvt*|*st*) trap 'settitle' DEBUG ;; esac