Skip to content

Instantly share code, notes, and snippets.

@maxandron
Created October 20, 2016 12:17
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 maxandron/4e39ac077b54a61a9a56f326fca99da6 to your computer and use it in GitHub Desktop.
Save maxandron/4e39ac077b54a61a9a56f326fca99da6 to your computer and use it in GitHub Desktop.
# Just put this in your ~/.bashrc, later use it by typing:
# title my title
function title() {
stitle=$@
PROMPT_COMMAND='echo -ne "\033]0;$stitle\007"'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment