Skip to content

Instantly share code, notes, and snippets.

@Ider
Created December 12, 2014 22:40
Show Gist options
  • Save Ider/5b28f3de1aa1e41fb6bd to your computer and use it in GitHub Desktop.
Save Ider/5b28f3de1aa1e41fb6bd to your computer and use it in GitHub Desktop.
Change the terminal title in Mac OS
title() {
echo -n -e "\033]0;$@\007"
}
# usage:
# title hello world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment