mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
commit
e5f5d7941d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
function gi() { curl -sL https://www.gitignore.io/api/$@ ;}
|
function gi() { curl -sL https://www.gitignore.io/api/${(j:,:)@} }
|
||||||
|
|
||||||
_gitignoreio_get_command_list() {
|
_gitignoreio_get_command_list() {
|
||||||
curl -sL https://www.gitignore.io/api/list | tr "," "\n"
|
curl -sL https://www.gitignore.io/api/list | tr "," "\n"
|
||||||
|
|
Loading…
Reference in a new issue