mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Fix problem with redirect on http.
gitignore.io now redirects from http to https. Make https the default now.
This commit is contained in:
parent
96e4e5dd03
commit
2efcc94f12
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
function gi() { curl http://www.gitignore.io/api/$@ ;}
|
function gi() { curl https://www.gitignore.io/api/$@ ;}
|
||||||
|
|
||||||
_gitignireio_get_command_list() {
|
_gitignireio_get_command_list() {
|
||||||
curl -s http://www.gitignore.io/api/list | tr "," "\n"
|
curl -s http://www.gitignore.io/api/list | tr "," "\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue