From d87b901c5e7cc7c78109b51da64ffa78cd6e8f15 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 12 Jun 2019 16:14:57 -0700 Subject: [zsh] replace bash with zsh In the next version of OS X, zsh will become the default shell. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 39748df..a2dcf1b 100644 --- a/Makefile +++ b/Makefile @@ -4,13 +4,13 @@ INTO = $(HOME) INSTALL = \ agignore \ aspell.en.pws \ - bashrc \ ctags \ emacs.d \ gitconfig \ gitignore \ - tmux.conf - + tmux.conf \ + zshenv \ + zshrc INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL)) LN = @ln -sf -- cgit 1.4.1