Skip to content

Instantly share code, notes, and snippets.

@windelicato
Created September 16, 2013 15:13
Show Gist options
  • Select an option

  • Save windelicato/6581986 to your computer and use it in GitHub Desktop.

Select an option

Save windelicato/6581986 to your computer and use it in GitHub Desktop.
case $TERM in
*xterm*|*rxvt*|(dt|k|E|a)term)
preexec () {
print -Pn "\e]2;$1\a" # edited; %n@%m omitted, as I know who and where I am
}
;;
esac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment