diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-07-04 17:52:47 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-07-04 17:52:47 +0800 |
commit | df189ed53b78c109c76fe53d96de624414b5e4c1 (patch) | |
tree | 4943a69e630c82396348f0c4f344c390ecf83e86 | |
parent | b23411cd9289a88ea2047da00f6c4f2ed6485c83 (diff) |
Update
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | tmux/tmux.conf (renamed from misc/tmux.conf) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ mutt: ~/.local/share/application | |||
59 | pass mail/mutt.hooks >mutt/hooks.topo | 59 | pass mail/mutt.hooks >mutt/hooks.topo |
60 | 60 | ||
61 | tmux: | 61 | tmux: |
62 | ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf | 62 | ln -sf `pwd`/tmux/tmux.conf ~/.tmux.conf |
63 | 63 | ||
64 | crontab: | 64 | crontab: |
65 | (crontab -l 2>/dev/null; cat bin/cron/* | sed '/^#/ d') | crontab - | 65 | (crontab -l 2>/dev/null; cat bin/cron/* | sed '/^#/ d') | crontab - |
diff --git a/misc/tmux.conf b/tmux/tmux.conf index 1ddc877..1ddc877 100644 --- a/misc/tmux.conf +++ b/tmux/tmux.conf | |||