11 lines
370 B
Bash
11 lines
370 B
Bash
# vim: ft=tmux
|
|
|
|
source-file "$HOME/.config/tmux/mappings.conf"
|
|
source-file "$HOME/.config/tmux/options.conf"
|
|
source-file "$HOME/.config/tmux/style.conf"
|
|
source-file "$HOME/.config/tmux/aliases.conf"
|
|
source-file "$HOME/.config/tmux/plugins.conf"
|
|
|
|
if-shell 'test -n "$SSH_CLIENT"' 'source-file "$HOME/.config/tmux/remote.conf"'
|
|
|
|
run -b "$HOME/.config/tmux/plugins/tpm/tpm" |