fix: properly export plugins
This commit is contained in:
parent
0713106286
commit
12cc04b04d
@ -1,7 +1,7 @@
|
|||||||
OMZ_DIRS="${BASE_ZSH_CONFIG_DIR}/config/omz"
|
OMZ_DIRS="${BASE_ZSH_CONFIG_DIR}/config/omz"
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
plugins=(
|
export plugins=(
|
||||||
git
|
git
|
||||||
zsh-autosuggestions
|
zsh-autosuggestions
|
||||||
zsh-completions
|
zsh-completions
|
||||||
@ -28,8 +28,6 @@ configure() {
|
|||||||
macos
|
macos
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export plugins
|
|
||||||
}
|
}
|
||||||
|
|
||||||
init() {
|
init() {
|
||||||
|
Loading…
Reference in New Issue
Block a user