From 439d249e42ddba594115411a4eafc6140cf46dfc Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Mon, 28 Nov 2022 11:26:59 -0500 Subject: Use soft links instead of hard links --- modules/20-zsh/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/20-zsh/install.sh') 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" } -- cgit v1.2.3