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
Ohmyzsh
Commits
befdb464
Unverified
Commit
befdb464
authored
Feb 28, 2020
by
Gianluca Recchia
Committed by
GitHub
Feb 28, 2020
Browse files
gitignore: add newline to `gi` output (#7586)
* Add trailing new line at the end of output * Double-quote variable expansion
parent
dddbb5c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/gitignore/gitignore.plugin.zsh
View file @
befdb464
function
gi
()
{
curl
-fL
https://www.gitignore.io/api/
${
(j
:,:
)@
}
}
function
gi
()
{
curl
-fL
w
'\n'
https://www.gitignore.io/api/
"
${
(j
:,:
)@
}
"
}
_gitignoreio_get_command_list
()
{
_gitignoreio_get_command_list
()
{
curl
-sfL
https://www.gitignore.io/api/list |
tr
","
"
\n
"
curl
-sfL
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