summaryrefslogtreecommitdiff
path: root/modules/20-zsh
diff options
context:
space:
mode:
Diffstat (limited to 'modules/20-zsh')
-rw-r--r--modules/20-zsh/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/20-zsh/install.sh b/modules/20-zsh/install.sh
index a4d4587..7d76729 100644
--- a/modules/20-zsh/install.sh
+++ b/modules/20-zsh/install.sh
@@ -33,5 +33,5 @@ function install() {
cd "$HOME/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting" && git pull
fi
- ln -f "$_scriptdir/zshrc" "$HOME/.zshrc"
+ ln -sf "$_scriptdir/zshrc" "$HOME/.zshrc"
}