Created
October 17, 2011 11:49
-
-
Save gipi/1292453 to your computer and use it in GitHub Desktop.
Set term title
This file contains hidden or 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
set_console_title() { | |
PROMPT_COMMAND='echo -ne "\033]0;"'$1'"\007"'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment