Created
October 27, 2009 16:34
-
-
Save llimllib/219701 to your computer and use it in GitHub Desktop.
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
function title { | |
echo -ne "\033]0;$1\007" | |
} | |
#put this in your .bashrc, then just type <title my_tab_name> to set the tab title |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment