diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-06-12 16:14:57 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-06-12 16:14:57 -0700 |
commit | d87b901c5e7cc7c78109b51da64ffa78cd6e8f15 (patch) | |
tree | fba122b18257e5541dc02b0944b603ecf33e6d57 /Makefile | |
parent | [emacs] move org to documents instead of dropbox (diff) | |
download | emacs.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-- | Makefile | 6 |
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 |