From df5c883b43d17b4ffb3f97ee5731d839a1d230be Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 29 Oct 2018 21:48:36 -0400 Subject: only create default tmux sessions on laptops --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tmux.conf') 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 -- cgit v1.2.3-54-g00ecf