summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-06-12 16:14:57 -0700
committerFranck Cuny <fcuny@twitter.com>2019-06-12 16:14:57 -0700
commitd87b901c5e7cc7c78109b51da64ffa78cd6e8f15 (patch)
treefba122b18257e5541dc02b0944b603ecf33e6d57 /Makefile
parent[emacs] move org to documents instead of dropbox (diff)
downloademacs.d-d87b901c5e7cc7c78109b51da64ffa78cd6e8f15.tar.gz
[zsh] replace bash with zsh
In the next version of OS X, zsh will become the default shell.
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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