mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
gitignore.io cli function for fish ;)
This commit is contained in:
parent
cfb04dfffe
commit
3288478117
6
plugins/gi/gi.load
Normal file
6
plugins/gi/gi.load
Normal file
@ -0,0 +1,6 @@
|
||||
# gitignore.io cli for fish
|
||||
#
|
||||
|
||||
function gi
|
||||
curl http://gitignore.io/api/$argv
|
||||
end
|
Loading…
Reference in New Issue
Block a user