Commit 33b1a3bc authored by futjikato's avatar futjikato
Browse files

Added gitignore plugin ( for gitignore.io )

parent 61e3951e
function gi() { curl http://gitignore.io/api/$@ ;}
_gitignireio_get_command_list() {
curl -s http://gitignore.io/api/list | tr "," "\n"
}
_gitignireio () {
compadd `_gitignireio_get_command_list`
}
compdef _gitignireio gi
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment