Skip to content

Instantly share code, notes, and snippets.

@bulv1ne
Created June 18, 2014 09:22
Show Gist options
  • Save bulv1ne/54a32d8f6bc054199af3 to your computer and use it in GitHub Desktop.
Save bulv1ne/54a32d8f6bc054199af3 to your computer and use it in GitHub Desktop.
Mac Terminal title function
# Put this in ~/.bashrc or ~/.bash_profile
function title() {
echo -n -e "\033]0;$1\007";
}
# Usage:
# title "My title"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment