fix: properly export plugins

This commit is contained in:
Price Hiller 2022-07-30 23:59:56 -05:00
parent 0713106286
commit 12cc04b04d

View File

@ -1,7 +1,7 @@
OMZ_DIRS="${BASE_ZSH_CONFIG_DIR}/config/omz"
configure() {
plugins=(
export plugins=(
git
zsh-autosuggestions
zsh-completions
@ -28,8 +28,6 @@ configure() {
macos
)
fi
export plugins
}
init() {