From f5cba143248e646cd82700f8ceca9b0a8a3d5e13 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 29 Apr 2010 15:57:44 -0500 Subject: set pwd for the work tmux session to ~/work --- tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index db909f7..d95d9d6 100644 --- a/tmux.conf +++ b/tmux.conf @@ -42,6 +42,7 @@ unbind w # set up default sessions new-session -s main -new-session -s work new-session -s docs new-session -s misc +set-option -g default-path "${HOME}/work" +new-session -s work -- cgit v1.2.3-54-g00ecf