tmux config path

This commit is contained in:
thek4n 2024-03-27 02:12:10 +03:00
parent fbe838a2a9
commit b72c9b2792

View File

@ -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"
source-file "$HOME/.config/tmux/mappings.conf"
source-file "$HOME/.config/tmux/options.conf"
source-file "$HOME/.config/tmux/style.conf"