Skip to content

Instantly share code, notes, and snippets.

@eentzel
Created February 22, 2011 17:33
Show Gist options
  • Save eentzel/839027 to your computer and use it in GitHub Desktop.
Save eentzel/839027 to your computer and use it in GitHub Desktop.
setting window title in an alias
alias tailcat='echo -ne "\033]0;Tomcat log\007"; tail -f $CATALINA_HOME/logs/catalina.out'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment