Created
November 10, 2013 00:10
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.bash_logout | |
printf '\e]0;\a' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment