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"
|
||||
|
||||
configure() {
|
||||
plugins=(
|
||||
export plugins=(
|
||||
git
|
||||
zsh-autosuggestions
|
||||
zsh-completions
|
||||
@ -28,8 +28,6 @@ configure() {
|
||||
macos
|
||||
)
|
||||
fi
|
||||
|
||||
export plugins
|
||||
}
|
||||
|
||||
init() {
|
||||
|
Loading…
Reference in New Issue
Block a user