mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-05-11 05:55:17 +00:00
Updated completion to work with comma seperated list
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user