diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-06-30 11:50:50 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-06-30 18:07:47 +0800 |
commit | 0af7dc7c27de55d318617e65a4dd4c35e8cf59a5 (patch) | |
tree | 3a69fc986dfff9bda5bbb77f0f15da8c4f5a62ee /Makefile | |
parent | edbbe5d7f29bd44b0defab3cf44b6211562134dd (diff) |
Update muttrc
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -49,9 +49,7 @@ pass: | |||
49 | fi | 49 | fi |
50 | 50 | ||
51 | mutt: | 51 | mutt: |
52 | mkdir -p ~/.config/mutt | 52 | ln -sf `pwd`/mutt/ ~/.config/mutt/ |
53 | ln -sf `pwd`/mutt/muttrc ~/.config/mutt/muttrc | ||
54 | ln -sf `pwd`/mutt/mailcap ~/.mailcap | ||
55 | 53 | ||
56 | tmux: | 54 | tmux: |
57 | ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf | 55 | ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf |