summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrahmajit Das <listout@listout.xyz>2026-03-12 01:57:56 +0000
committerBrahmajit Das <listout@listout.xyz>2026-03-12 01:57:56 +0000
commit87a60c04c5067d60e134da0f52ad0057d284df41 (patch)
tree7e9f2d8bd2ef7fe3f66d1f87188ac8f473c62457
parente2f133b5b9b1f34f786a9545513beb5d78883307 (diff)
downloaddots-87a60c04c5067d60e134da0f52ad0057d284df41.tar.gz
tmux: set correct config file location for reloadingHEADmaster
Signed-off-by: Brahmajit Das <listout@listout.xyz>
-rw-r--r--.config/tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index 90731ba..f2edd36 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -51,7 +51,7 @@ set -ga terminal-overrides ",*:Tc"
set-option -g xterm-keys on
# reload config
-bind R source-file ~/.tmux.conf \; display-message "Config reloaded..."
+bind R source-file ~/.config/tmux/tmux.conf \; display-message "Config reloaded..."
set -g history-limit 10000