mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
remove unused function
This commit is contained in:
parent
decf9cdb31
commit
85c43f8a89
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…
Reference in a new issue