diff --git a/home/user/.config/tmux/tmux.conf b/home/user/.config/tmux/tmux.conf index 67fd18d..b73045d 100644 --- a/home/user/.config/tmux/tmux.conf +++ b/home/user/.config/tmux/tmux.conf @@ -1,5 +1,5 @@ # vim: ft=tmux -source-file "$XDG_CONFIG_HOME/tmux/mappings.conf" -source-file "$XDG_CONFIG_HOME/tmux/options.conf" -source-file "$XDG_CONFIG_HOME/tmux/style.conf" \ No newline at end of file +source-file "$HOME/.config/tmux/mappings.conf" +source-file "$HOME/.config/tmux/options.conf" +source-file "$HOME/.config/tmux/style.conf" \ No newline at end of file