From c61c65cde6c2edc2ee815af83703679d46f52c45 Mon Sep 17 00:00:00 2001 From: Raine Date: Sat, 14 Oct 2023 22:38:12 +0200 Subject: [PATCH] make sure the proper zshrc is used --- crates/10-zsh/crate.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/10-zsh/crate.sh b/crates/10-zsh/crate.sh index 2e470d8..e08f719 100644 --- a/crates/10-zsh/crate.sh +++ b/crates/10-zsh/crate.sh @@ -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 }