diff --git a/tools/install.sh b/tools/install.sh index fdd61041f..0a2dee12d 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -153,7 +153,7 @@ setup_zshrc() { mv ~/.zshrc "$OLD_ZSHRC" fi - mv ../dotfiles/.zshrc ~/.zshrc + cp ${ZSH}/dotfiles/.zshrc ~/.zshrc return echo "${GREEN}Using the Oh My Zsh template file and adding it to ~/.zshrc.${RESET}"