aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 38af1c19..25392266 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,7 @@
install-vim-plugins \
install-wyrd \
install-x \
+ install-zsh \
test \
test-bash \
test-bin \
@@ -235,6 +236,9 @@ install-x :
install -pm 0644 -- X/xbindkeysrc "$(HOME)"/.xbindkeysrc
install -pm 0644 -- X/xinitrc "$(HOME)"/.xinitrc
+install-zsh :
+ install -pm 0644 -- zsh/zshrc "$(HOME)"/.zshrc
+
test : test-sh test-bash test-bin test-urxvt
test-sh :