Created
September 12, 2014 12:28
-
-
Save tsbits/28f8cef85e23a103892f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PATH=/mongo/bin:$PATH | |
export PATH=/phantomjs/bin:$PATH | |
function tabname { | |
printf "\e]1;$1\a" | |
} | |
function winname { | |
printf "\e]2;$1\a" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment