diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2022-10-12 18:06:04 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2022-10-12 18:06:04 +0800 |
commit | 10a87faf4837870a6ed7acf74f0eb3e68a55a058 (patch) | |
tree | d75abf39504a9f062e5034269f81ee7bf06f56e5 | |
parent | f4aec0cae6383e2a899faaa37f367966163c1fa7 (diff) |
Update
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -50,8 +50,7 @@ pass: | |||
50 | mkdir -p $@ | 50 | mkdir -p $@ |
51 | 51 | ||
52 | mutt: ~/.local/share/application | 52 | mutt: ~/.local/share/application |
53 | rm -rf ~/.config/mutt | 53 | ln -sf `pwd`/mutt -T ~/.config/mutt |
54 | ln -sf `pwd`/mutt ~/.config/mutt | ||
55 | ln -sf `pwd`/mutt/mutt.desktop $< | 54 | ln -sf `pwd`/mutt/mutt.desktop $< |
56 | 55 | ||
57 | tmux: | 56 | tmux: |