Skip to content

Instantly share code, notes, and snippets.

@tripleee
Last active August 29, 2015 14:24
Show Gist options
  • Save tripleee/38c5a954f8f7647ab0b9 to your computer and use it in GitHub Desktop.
Save tripleee/38c5a954f8f7647ab0b9 to your computer and use it in GitHub Desktop.
screentitle.sh - set window title in screen(1)
screentitle () { printf '\033k%s\033\' "$*"; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment