Created
February 25, 2015 18:28
-
-
Save nickcarenza/9f345041a8c2e216e7ec to your computer and use it in GitHub Desktop.
Messing with terminal view
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 tabname { | |
printf "\e]1;$1\a" | |
} | |
function winname { | |
printf "\e]2;$1\a" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment