Just installed tmux via homebrew
and I'm trying to locate the system-wide tmux configuration file. The man pages state that the system-wide file should be located in /etc/tmux.conf
, but for some reason, it is not there. Where is the default tmux.conf
file located?
Note: Currently running OSX Mavericks
Tmux first looks for the system configuration file inside the directory '/etc/tmux. conf', if it is absent, it then searches inside the home directory of the user. The file contains a list of Tmux commands which are executed sequentially.
Reloading the Tmux config file using the command: “tmux source-file”. 2. Reloading the Tmux config file using the Tmux command prompt. This will load the config file from inside a running Tmux session.
As far as I can tell the tmux installed via homebrew does not have a system wide conf file. If you did need one you could add your own at /etc/tmux.conf
. However, I would wonder the need for this. I place my config in ~/.tmux.conf
and everything is very happy.
There is a /usr/local/Cellar/tmux/1.8/etc
directory but it houses the bash completion scripts. I also checked usr/local/etc
it it to did not have an installed config.
I'm pretty confident at this point that the tmux installer via homebrew does not install it's own system wide config file instead leaving that as an exercise for the sys admin if such a feature was required.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With