gitignore.io cli function for fish ;)

This commit is contained in:
Zhuang Ya 2013-05-18 01:29:21 +08:00
parent cfb04dfffe
commit 3288478117

6
plugins/gi/gi.load Normal file
View File

@ -0,0 +1,6 @@
# gitignore.io cli for fish
#
function gi
curl http://gitignore.io/api/$argv
end