mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Removed an elif I forgot to remove.
This commit is contained in:
parent
64a0ed3b03
commit
76047d164d
1 changed files with 0 additions and 2 deletions
|
|
@ -464,8 +464,6 @@ function _omz::plugin::list {
|
|||
builtin_plugins+=("${plugin}")
|
||||
fi
|
||||
done
|
||||
elif [[ -n "$1" ]]; then
|
||||
has_completion=1
|
||||
else
|
||||
custom_plugins=("$ZSH_CUSTOM"/plugins/*(-/N:t))
|
||||
builtin_plugins=("$ZSH"/plugins/*(-/N:t))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue