Removed an elif I forgot to remove.

This commit is contained in:
G'lek Tarssza 2025-05-24 01:41:03 -06:00
commit 76047d164d
No known key found for this signature in database
GPG key ID: 8B59352E173A4D2E

View file

@ -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))