symlink .zshrc

This commit is contained in:
Ghasem Naddaf 2021-04-14 12:18:06 -07:00 committed by GitHub
commit ca0f59ece0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}"