aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-07-02 09:34:02 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-07-02 09:34:02 +0800
commit6c791b24f587cb4ce2a3bc90e2369f166e11abfd (patch)
tree65675fc24d6d80dd52ea93e5006492b8dafa359c /Makefile
parent0af7dc7c27de55d318617e65a4dd4c35e8cf59a5 (diff)
Update muttrc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 22f0dcb..0d547ca 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,8 @@ pass:
49 fi 49 fi
50 50
51mutt: 51mutt:
52 ln -sf `pwd`/mutt/ ~/.config/mutt/ 52 rm -rf ~/.config/mutt
53 ln -sf `pwd`/mutt ~/.config/mutt
53 54
54tmux: 55tmux:
55 ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf 56 ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf