summaryrefslogtreecommitdiffstats
path: root/tmux.conf
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-04-29 15:57:44 -0500
committerJesse Luehrs <doy@tozt.net>2010-04-29 15:57:44 -0500
commitf5cba143248e646cd82700f8ceca9b0a8a3d5e13 (patch)
tree9c49f2f2980f5d02a981ed471cff65759aee108c /tmux.conf
parenteae6e9f06caeb710b894367a2141097269b8c842 (diff)
downloadconf-f5cba143248e646cd82700f8ceca9b0a8a3d5e13.tar.gz
conf-f5cba143248e646cd82700f8ceca9b0a8a3d5e13.zip
set pwd for the work tmux session to ~/work
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf3
1 files changed, 2 insertions, 1 deletions
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