Skip to content

Instantly share code, notes, and snippets.

@drscream
Created February 21, 2016 12:56
Show Gist options
  • Save drscream/6091fdfbdd0a6df84b8f to your computer and use it in GitHub Desktop.
Save drscream/6091fdfbdd0a6df84b8f to your computer and use it in GitHub Desktop.
# Change the window title of X terminals
echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\007"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment