diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-07-02 09:34:02 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-07-02 09:34:02 +0800 |
commit | 6c791b24f587cb4ce2a3bc90e2369f166e11abfd (patch) | |
tree | 65675fc24d6d80dd52ea93e5006492b8dafa359c /Makefile | |
parent | 0af7dc7c27de55d318617e65a4dd4c35e8cf59a5 (diff) |
Update muttrc
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -49,7 +49,8 @@ pass: | |||
49 | fi | 49 | fi |
50 | 50 | ||
51 | mutt: | 51 | mutt: |
52 | ln -sf `pwd`/mutt/ ~/.config/mutt/ | 52 | rm -rf ~/.config/mutt |
53 | ln -sf `pwd`/mutt ~/.config/mutt | ||
53 | 54 | ||
54 | tmux: | 55 | tmux: |
55 | ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf | 56 | ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf |