Added zsh to Makefile

This commit is contained in:
Veit Heller
2014-06-26 08:19:02 +02:00
parent a77164f5e5
commit 7248326aa5

View File

@@ -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