From 07676a24fbce79c3dcaa67fd713ba885f99f8933 Mon Sep 17 00:00:00 2001 From: js0ny Date: Sat, 9 Nov 2024 11:45:22 +0000 Subject: [PATCH] fix typo --- mac/mac_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/mac_setup.sh b/mac/mac_setup.sh index 8879911..3608750 100644 --- a/mac/mac_setup.sh +++ b/mac/mac_setup.sh @@ -63,7 +63,7 @@ echo "[INFO] Setting Up Oh-My-Zsh" sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" ln -sf $DOTFILES/zsh/.zshenv ~/.zshenv ln -sf $DOTFILES/mac/.zshrc $XDG_CONFIG_HOME/zsh/.zshrc -source $XDG_CONFIG/zsh/.zshrc +source $XDG_CONFIG_HOME/zsh/.zshrc git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH/custom/plugins/zsh-autosuggestions git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH/custom/plugins/zsh-syntax-highlighting source $XDG_CONFIG_HOME/zsh/.zshrc