Skip to content

Commit

Permalink
added support for configuration files in the following locations:
Browse files Browse the repository at this point in the history
- ~/.tmux.conf and ~/.tmux.conf.local
- $XDG_CONFIG_HOME/tmux/tmux.conf and $XDG_CONFIG_HOME/tmux/tmux.conf.local
- ~/.config/tmux/tmux.conf and ~/.config/tmux/tmux.conf.local

location of configuration files is determined by the following environment variables:
- TMUX_CONF
- TMUX_CONF_LOCAL

the TMUX_PROGRAM environment variable contains the path to the tmux executable

resolves gpakosz#200, resolves gpakosz#221, resolves gpakosz#439, resolves gpakosz#586, resolves gpakosz#624
  • Loading branch information
gpakosz committed Mar 5, 2023
1 parent c5f598e commit b17d57f
Show file tree
Hide file tree
Showing 2 changed files with 263 additions and 197 deletions.
Loading

0 comments on commit b17d57f

Please sign in to comment.