Skip to content

Instantly share code, notes, and snippets.

@dnch
Created May 11, 2011 02:38
Show Gist options
  • Save dnch/965831 to your computer and use it in GitHub Desktop.
Save dnch/965831 to your computer and use it in GitHub Desktop.
function mate() {
if [[ `pwd` == ~ && $1 = "." ]]; then
echo "Steadfastly refusing to open your entire home directory in TextMate."
else
/usr/local/bin/mate $1
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment