summaryrefslogtreecommitdiffstats
path: root/tmux.conf
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-29 21:48:36 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-29 21:48:36 -0400
commitdf5c883b43d17b4ffb3f97ee5731d839a1d230be (patch)
treeb24c798b5cd9fa32d5911a4cf7fc8608a016c132 /tmux.conf
parent209dfc46e2b549a44fac5646026674a6f6d2663e (diff)
downloadconf-df5c883b43d17b4ffb3f97ee5731d839a1d230be.tar.gz
conf-df5c883b43d17b4ffb3f97ee5731d839a1d230be.zip
only create default tmux sessions on laptops
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index 4ef6dea..8578bdf 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -51,9 +51,11 @@ bind ^V run "tmux-clipboard paste clipboard"
unbind ^B
+%if #{||:#{==:#{host},hush},#{==:#{host},st-doy1}}
# set up default sessions
new-session -s work -c "${HOME}/work"
new-session -s chat -c "${HOME}"
new-session -s main -c "${HOME}"
new-session -s docs -c "${HOME}"
new-session -s misc -c "${HOME}"
+%endif