Hacker News new | ask | show | jobs
by nicwest 3911 days ago
There is a cool oh-my-zsh plugin for this:

https://github.com/robbyrussell/oh-my-zsh/blob/master/plugin...

1 comments

https://www.gitignore.io/docs

gitignore already has this and no need for a plugin.

$ echo "function gi() { curl -L -s https://www.gitignore.io/api/\$@ ;}" >> ~/.zshrc && source ~/.zshrc