Skip to content

Instantly share code, notes, and snippets.

@mdippery
Created November 10, 2013 00:10
Show Gist options
  • Save mdippery/7391836 to your computer and use it in GitHub Desktop.
Save mdippery/7391836 to your computer and use it in GitHub Desktop.
Removes the crap that SSH puts in your console title bar when SSH'ing into a machine. Drop this in the ~/.bash_logout file on the remote machine.
# ~/.bash_logout
printf '\e]0;\a'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment