mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-01-21 18:00:46 +08:00
Merge pull request #29 from zhuangya/master
add gitignore.io cli function for fish
This commit is contained in:
commit
dae928ea54
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