1
1
Fork 0

Add fish config

This commit is contained in:
Jonathan Schleifer 2015-02-15 19:27:52 +00:00
parent c5a1b43a04
commit bff3bbf87d
6 changed files with 117 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# vim: se ts=4:
function sprunge --description 'Paste to sprunge'
curl -F "sprunge=<-" http://sprunge.us
end