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
9afb139d
"git@web.lueluesay.top:root/oh-my-zsh.git" did not exist on "56d9acfbaf60868396f264e595c31a814eb275d7"
Commit
9afb139d
authored
Oct 05, 2013
by
futjikato
Browse files
Updated completion to work with comma seperated list
parent
33b1a3bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
custom/plugins/gitignore/gitignore.plugin.zsh
View file @
9afb139d
...
@@ -5,7 +5,8 @@ _gitignireio_get_command_list() {
...
@@ -5,7 +5,8 @@ _gitignireio_get_command_list() {
}
}
_gitignireio
()
{
_gitignireio
()
{
compadd
`
_gitignireio_get_command_list
`
compset
-P
'*,'
compadd
-S
''
`
_gitignireio_get_command_list
`
}
}
compdef _gitignireio gi
compdef _gitignireio gi
\ No newline at end of file
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