aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-11-06 03:05:20 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2017-06-01 18:37:35 +0200
commit4ac9d1559f66f64ae046198dee6977847f2c14be (patch)
tree8ab9af760340e2c382a8b719ee25a95c97cb4649 /Makefile
parentf9018f8a6eef1179e640f8acaab97b521ab14d89 (diff)
downloaddotfiles-4ac9d1559f66f64ae046198dee6977847f2c14be.tar.xz
Makefile: Update for new zshenv path
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 333f25b..faa1589 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
install:
- -ln -sf "$(PWD)/zsh/.zshenv" "$(HOME)/.zshenv"
+ -ln -sf "$(PWD)/zsh/zshenv" "$(HOME)/.zshenv"
-ln -sfn "$(PWD)/ssh" "$(HOME)/.ssh"
-ln -sfn "$(PWD)/gnupg" "$(HOME)/.gnupg"