fix(tmux): set proper directory with config

This commit is contained in:
Joao P Dubas 2024-01-11 07:15:36 -03:00
parent 5a7f0b9cce
commit 6906154e25

View File

@ -52,7 +52,7 @@ bind-key & kill-window
# Reload tmux conf
unbind r
bind r source-file ~/.tmux.conf\; display "Reloaded conf."
bind r source-file ~/.config/tmux/tmux.conf\; display "Reloaded conf."
# Full color for vim
set -g default-terminal "screen-256color"