Author: Kyle Fuller <kyle@fuller.li> 2021-04-27 19:58:15 +0100 +0100
Committer: Kyle Fuller <kyle@fuller.li> 2021-04-27 20:24:55 +0100 +0100
Commit: 2559d75e05ac0172855a36dbe770df16c8fae5ac
Parent: ce7aa0a7ad86aaea2ae61d6fcac17f1832ebcf03
refactor: move tmux into XDG config path
diff --git a/.tmux.conf b/.config/tmux/tmux.conf
rename from .tmux.conf
rename to .config/tmux/tmux.conf
index 8b9affbaba0c8e92c85909771b18701f8a9d2dc7..3a6812fc60245b3090cd45acb8a56f5b87f74608 100644
--- a/.tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -1,7 +1,7 @@
set -g default-terminal "screen-256color"
# Reloading
-bind r source-file ~/.tmux.conf \; display "Reloaded!"
+bind r source-file ~/.config/tmux/tmux.conf \; display "Reloaded!"
# Appearance