make sure the proper zshrc is used

This commit is contained in:
Strix 2023-10-14 22:38:12 +02:00
parent 4d5e1112aa
commit c61c65cde6
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -32,6 +32,7 @@ apply() {
[ -d "$PL_DIR" ] || git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $PL_DIR
fi
unlink $HOME/.zshrc
[ -e "$HOME/.zshrc" ] || ln files/.zshrc $HOME/.zshrc
}