aboutsummaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index f28b43e..918a3a2 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -63,7 +63,7 @@ bind -T copy-mode-vi 'v' send -X begin-selection
bind -T copy-mode-vi 'y' send -X copy-pipe-and-cancel "reattach-to-user-namespace wl-copy"
bind P paste-buffer
-if-shell 'test -f "$HOME/.local/.tmux.conf"' 'source ~/.local/.tmux.conf'
+if-shell 'test -f "$HOME/.local/etc/tmux.conf"' 'source ~/.local/etc/tmux.conf'
bind C-j command-prompt -p "join pane from: " "join-pane -h -s '%%'"