mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Updated completion to work with comma seperated list
This commit is contained in:
parent
33b1a3bcfe
commit
9afb139d20
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ _gitignireio_get_command_list() {
|
|||
}
|
||||
|
||||
_gitignireio () {
|
||||
compadd `_gitignireio_get_command_list`
|
||||
compset -P '*,'
|
||||
compadd -S '' `_gitignireio_get_command_list`
|
||||
}
|
||||
|
||||
compdef _gitignireio gi
|
Loading…
Reference in a new issue