diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2016-05-24 20:14:41 -0700 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2016-05-24 20:14:41 -0700 |
| commit | 736fbdd8ac58846a907dbc25af516fb7e3ca5af4 (patch) | |
| tree | 1e3d48bdbfacf4269af2b07fc35334c145127712 /Makefile | |
| parent | [emacs] Drop configuration for org-mode. (diff) | |
| download | emacs.d-736fbdd8ac58846a907dbc25af516fb7e3ca5af4.tar.gz | |
[zsh] Remove configuration for zsh
Remove unused documentation and configuration since we're back to bash.
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,14 +1,15 @@ INTO = $(HOME) INSTALL = \ - aliases \ + bashrc \ + bash_login \ + bash_logout \ aspell.en.pws \ emacs.d \ gitconfig \ gitignore \ - tmux.conf \ - zprofile \ - zshrc + tmux.conf + git: git config --local user.email "franckcuny@gmail.com" |
