mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2025-02-02 10:42:44 +01:00
4 lines
63 B
Fish
4 lines
63 B
Fish
|
function gi
|
||
|
curl -L -s https://www.gitignore.io/api/$argv
|
||
|
end
|