updated tmux config for new location of files

This commit is contained in:
2016-12-15 00:37:42 -05:00
parent 65cb3f0623
commit 59a9832037

View File

@@ -7,7 +7,7 @@ bind-key C-a send-prefix
set -g mouse on
# Initialize sesions
bind W source-file ~/.dotfiles/tmux/work
bind W source-file ~/.tmux/work
# reload config
bind r source-file ~/.tmux.conf \; display-message "Config reloaded..."