From ca0f59ece08b6b3ac1ba4fb721ef53b041b9e4d2 Mon Sep 17 00:00:00 2001 From: Ghasem Naddaf Date: Wed, 14 Apr 2021 12:18:06 -0700 Subject: [PATCH] symlink .zshrc --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index 99f77c191..365277a48 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -153,7 +153,7 @@ setup_zshrc() { mv ~/.zshrc "$OLD_ZSHRC" fi - cp ${ZSH}/dotfiles/.zshrc ~/.zshrc + ln -s ${ZSH}/dotfiles/.zshrc ~/.zshrc return echo "${GREEN}Using the Oh My Zsh template file and adding it to ~/.zshrc.${RESET}"