diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 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 - |