mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Merge 4bf174c38b into 037b691c19
This commit is contained in:
commit
47eed13839
1 changed files with 3 additions and 1 deletions
|
|
@ -13,6 +13,8 @@ _composer_get_command_list () {
|
|||
_composer () {
|
||||
if [ -f composer.json ]; then
|
||||
compadd `_composer_get_command_list`
|
||||
else
|
||||
compadd create-project init search selfupdate show
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue