mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Updated completion to work with comma seperated list
This commit is contained in:
parent
f05b1f0738
commit
7e452c41c0
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue