From 59a9832037c95401d849bfb7f7994dbe419df668 Mon Sep 17 00:00:00 2001 From: Andrei Stoica Date: Thu, 15 Dec 2016 00:37:42 -0500 Subject: [PATCH] updated tmux config for new location of files --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 1288215..60de294 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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..."