From 7248326aa5844c6937efaf7accde98c1096e613a Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Thu, 26 Jun 2014 08:19:02 +0200 Subject: [PATCH] Added zsh to Makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 378179f..cd4f9ed 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all:bash ghc git python vim +all:bash ghc git python vim zsh bash: cp bash_profile ~/.bash_profile @@ -15,3 +15,6 @@ python: vim: cp vimrc ~/.vimrc + +zsh: + cp zshrc ~/.zshrc