aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--tmux/tmux.conf (renamed from misc/tmux.conf)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1acf37f..c4aa1f3 100644
--- a/Makefile
+++ b/Makefile
@@ -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
61tmux: 61tmux:
62 ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf 62 ln -sf `pwd`/tmux/tmux.conf ~/.tmux.conf
63 63
64crontab: 64crontab:
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