From d652362dadd3b5a59b648e93065151ef80ac4536 Mon Sep 17 00:00:00 2001 From: TheK4n Date: Fri, 7 Jan 2022 05:16:43 +0300 Subject: [PATCH] fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6edc559..09a1df7 100644 --- a/Makefile +++ b/Makefile @@ -14,9 +14,9 @@ backup: install: ln -s $(PWD)/.subbash ~ || true + ln -s $(PWD)/.subzsh ~ || true ln -s $(PWD)/.bashrc ~ || true ln -s $(PWD)/.zshrc ~ || true - ln -s $(PWD)/.zshrc ~ || true ln -s $(PWD)/.tmux.conf ~ || true vim: