Created
June 5, 2010 01:19
-
-
Save kmdsbng/426176 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
| # ターミナルのウインドウタイトルを変更 | |
| out_title () { echo -ne "\033P\033]0;$*\033\\ \r" ; } | |
| # gnu-screen の子ウインドウ名を変更 | |
| out_screen () { echo -ne "\033k$*\033\\ \r" ; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment