Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
e5f5d794
Commit
e5f5d794
authored
Jan 18, 2016
by
Marc Cornellà
Browse files
Merge branch 'low-ghost-patch-1'
Close #4723
parents
d60cf5cb
494b07b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/gitignore/gitignore.plugin.zsh
View file @
e5f5d794
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
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment