bundles/users: deploy standard tmux config to /etc/tmux.conf instead of ~/.tmux.conf

This commit is contained in:
Franzi 2020-03-28 13:01:30 +01:00
parent eddb8ca70a
commit 0b51c9dae4
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 13 additions and 7 deletions

View file

@ -1,6 +1,6 @@
unbind r
# Reload with ctrl-r
bind r source-file ~/.tmux.conf \; display "Reloaded!"
bind r source-file /etc/tmux.conf \; source-file ~/.tmux.conf \; display "Reloaded!"
bind C-a send-prefix # Pass on ctrl-a for other apps