Last active
September 7, 2015 19:47
-
-
Save ellemenno/8ec7da7150958e6aafc4 to your computer and use it in GitHub Desktop.
Set shell title
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
# set the title of the current Terminal tab | |
function title { | |
printf "\033]0;%s\007" "$1" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment