From 4cd2a69c5bed2cca0cb6df01e2abcee0cad736a3 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Mon, 1 Jul 2024 13:26:23 +0000 Subject: [PATCH] [all] Fix clone_and_link script --- clone_and_link.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clone_and_link.sh b/clone_and_link.sh index 9036a53..81c69b4 100755 --- a/clone_and_link.sh +++ b/clone_and_link.sh @@ -7,7 +7,7 @@ # -if [ $1 = "shared" ]; then +if [[ $1 == "shared" ]]; then ln -Tsfv $PWD/zsh $HOME/.zsh ln -Tsfv ~/.zsh/.zshrc_shared $HOME/.zshrc ln -Tsfv $PWD/tmux $HOME/.tmux