mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-10 10:19:51 +00:00
Fix URL to gi (gitignore) function
Previous URL doesn't seem to work because the host requires a www prefix.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
function gi() { curl http://gitignore.io/api/$@ ;}
|
function gi() { curl http://www.gitignore.io/api/$@ ;}
|
||||||
|
|
||||||
_gitignireio_get_command_list() {
|
_gitignireio_get_command_list() {
|
||||||
curl -s http://gitignore.io/api/list | tr "," "\n"
|
curl -s http://gitignore.io/api/list | tr "," "\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user