aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-07-30 23:05:35 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-07-30 23:05:59 +0200
commit7ba2e4b1e71b40f8edc4854477991aebe9025be9 (patch)
tree94e449c42be7f06d68c5c39af773b615196d4e80 /makefile
parent911528eb2bab7d3397af333763c2cad8d3bc22f8 (diff)
downloaddotfiles-7ba2e4b1e71b40f8edc4854477991aebe9025be9.tar.xz
Add new ~/.zshenv exporting ZDOTDIR (installed with make)
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile
new file mode 100644
index 0000000..126fb3b
--- /dev/null
+++ b/makefile
@@ -0,0 +1,2 @@
+install:
+ ln -s .config/zsh/.zshenv "$(HOME)/.zshenv"