diff options
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 |