cwsaylor (owner)

Revisions

gist: 55711 Download_button fork
public
Public Clone URL: git://gist.github.com/55711.git
Embed All Files: show embed
Text only #
1
2
3
4
5
# Customize the terminal tabs
# put this in your .profile or .bashrc
function settitle() { echo -ne "\e]2;$@\a\e]1;$@\a"; }
function cd() { command cd "$@"; settitle `basename $(pwd)`; }