aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-05-14 21:42:13 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-05-14 21:42:13 +0200
commit53eef15136821af559fcde989bbbfe7d24ee56c6 (patch)
tree533c14cf8a1729b6b034a014805c4bd08c6a2c90 /Makefile
parent85ce9fe4fe28647e8bee5ef01554dabd23b32327 (diff)
downloaddotfiles-53eef15136821af559fcde989bbbfe7d24ee56c6.tar.xz
Makefile: Don't hardcode .config
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b674c50..945c818 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,3 @@
install:
- -ln -s "$(HOME)/.config/zsh/.zshenv" "$(HOME)/.zshenv"
- -ln -sn "$(HOME)/.config/ssh" "$(HOME)/.ssh"
+ -ln -s "$(PWD)/zsh/.zshenv" "$(HOME)/.zshenv"
+ -ln -sn "$(PWD)/ssh" "$(HOME)/.ssh"