mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +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}")
|
builtin_plugins+=("${plugin}")
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
elif [[ -n "$1" ]]; then
|
|
||||||
has_completion=1
|
|
||||||
else
|
else
|
||||||
custom_plugins=("$ZSH_CUSTOM"/plugins/*(-/N:t))
|
custom_plugins=("$ZSH_CUSTOM"/plugins/*(-/N:t))
|
||||||
builtin_plugins=("$ZSH"/plugins/*(-/N:t))
|
builtin_plugins=("$ZSH"/plugins/*(-/N:t))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue