updated tmux config for new location of files

This commit is contained in:
Andrei Stoica 2016-12-15 00:37:42 -05:00
parent 65cb3f0623
commit 59a9832037
1 changed files with 1 additions and 1 deletions

View File

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