# global tmux.conf to load gpakosz/.tmux
# /!\ do not edit this file
#     instead, override settings in ~/.tmux.conf.local
# see https://github.com/gpakosz/.tmux
#
if '[ -f /etc/tmux/.tmux.conf ]' 'source /etc/tmux/.tmux.conf'

# -- user defined overrides ----------------------------------------------------

if '[ -f /etc/tmux.conf.local ]' 'source /etc/tmux.conf.local'

if '[ -f ~/.tmux.conf.local ]' 'source ~/.tmux.conf.local'
