make sure the proper zshrc is used

This commit is contained in:
Didier Slof 2023-09-01 03:39:43 +02:00
parent b4c79069d4
commit 96bd318184
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

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