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