aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-06-30 11:50:50 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-06-30 18:07:47 +0800
commit0af7dc7c27de55d318617e65a4dd4c35e8cf59a5 (patch)
tree3a69fc986dfff9bda5bbb77f0f15da8c4f5a62ee /Makefile
parentedbbe5d7f29bd44b0defab3cf44b6211562134dd (diff)
Update muttrc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d99ebdc..22f0dcb 100644
--- a/Makefile
+++ b/Makefile
@@ -49,9 +49,7 @@ pass:
49 fi 49 fi
50 50
51mutt: 51mutt:
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
56tmux: 54tmux:
57 ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf 55 ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf