mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
remove unused function
This commit is contained in:
parent
7e7c11aa2c
commit
bc8163fa6b
1 changed files with 0 additions and 6 deletions
|
|
@ -34,12 +34,6 @@ _composer () {
|
|||
fi
|
||||
}
|
||||
|
||||
_composer_required () {
|
||||
if [ -f composer.json ]; then
|
||||
compadd `_composer_get_required_list`
|
||||
fi
|
||||
}
|
||||
|
||||
compdef _composer composer
|
||||
|
||||
# Aliases
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue