From b72c9b2792d782492b18a4a458b0cbf5010a722e Mon Sep 17 00:00:00 2001 From: thek4n Date: Wed, 27 Mar 2024 02:12:10 +0300 Subject: [PATCH] tmux config path --- home/user/.config/tmux/tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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