Sprunge smart alias. Like a plugin should.

This commit is contained in:
Colin Shea 2011-11-27 03:38:01 -07:00
commit f8a85e3250

View file

@ -0,0 +1,8 @@
# A simple alias for sprunge, but only if there isn't a smarter, better one out
# there in $PATH
#
# A good one to add is the sprunge script in this directory.
if [ -z "${commands[sprunge]}" ]; then
alias sprunge="curl -F 'sprunge=<-' http://sprunge.us/"
fi