Skip to content

Instantly share code, notes, and snippets.

@glegoux
Last active May 22, 2018 11:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glegoux/41592fa60df8a2973bb7e8f073f58cfe to your computer and use it in GitHub Desktop.
Save glegoux/41592fa60df8a2973bb7e8f073f58cfe to your computer and use it in GitHub Desktop.
[Bash] Set the title of your terminal tab
#!/usr/bin/env bash
# Set the title of your terminal tab
title="$1"
echo -n -e "\033]0;${title}\007"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment