mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
terminitor plugin: add autocompletion also for edit, delete and setup subcommands.
This commit is contained in:
parent
47d0735b5f
commit
0d285e3a0f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ if (( CURRENT == 1 )); then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$words[1]" in
|
case "$words[1]" in
|
||||||
start)
|
start|edit|delete|setup)
|
||||||
_terminitor_available_scripts
|
_terminitor_available_scripts
|
||||||
_wanted scripts expl 'installed scripts' compadd -a scripts ;;
|
_wanted scripts expl 'installed scripts' compadd -a scripts ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue