From 811e0207d0e471893a4861debb5c4fa3e0a1121d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 9 Oct 2016 00:02:50 +0200 Subject: Move ZSH config to org-mode --- zsh/GNUmakefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 zsh/GNUmakefile (limited to 'zsh/GNUmakefile') diff --git a/zsh/GNUmakefile b/zsh/GNUmakefile new file mode 100644 index 0000000..1b688ee --- /dev/null +++ b/zsh/GNUmakefile @@ -0,0 +1,6 @@ +include ../dotfiles.mk + +all: .profile + +.%: %.org + $(call tangle,sh) -- cgit v1.2.3-54-g00ecf