oh-my-fish/plugins/gi/gi.load

7 lines
84 B
Fish
Raw Normal View History

2013-05-17 17:29:21 +00:00
# gitignore.io cli for fish
#
function gi
2013-05-17 17:39:46 +00:00
curl http://gitignore.io/api/$argv
2013-05-17 17:29:21 +00:00
end