From 23ceaed764d46d639aa53793e3eae4256e387f6a Mon Sep 17 00:00:00 2001 From: yage Date: Sat, 11 Nov 2023 15:23:54 -0700 Subject: [PATCH] typo --- setup/config.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/config.zsh b/setup/config.zsh index f475523..2590d1d 100644 --- a/setup/config.zsh +++ b/setup/config.zsh @@ -39,7 +39,7 @@ CONFIG__VIM() { [ $COMPILE_VIM ] && [[ $COMPILE_VIM -eq 1 ]] && return 0 STATUS 'starting vim setup' - SCWRYPTS --name ystem/vim/vundle/install --group scwrypts --type zsh || return 1 + SCWRYPTS --name system/vim/vundle/install --group scwrypts --type zsh || return 1 } #####################################################################