From b495ea29120717650f0d3579bb095560bc01a5fa Mon Sep 17 00:00:00 2001 From: Pete Peteches McCabe Date: Sat, 28 Nov 2015 18:48:51 +0000 Subject: [PATCH] set default tmux start command to new-session --- scripts/variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/variables.sh b/scripts/variables.sh index 03bc8c9..4828150 100644 --- a/scripts/variables.sh +++ b/scripts/variables.sh @@ -37,4 +37,4 @@ systemd_service_name="tmux.service" systemd_unit_file_path="$HOME/.config/systemd/user/${systemd_service_name}" systemd_tmux_server_start_cmd_option="@systemd_tmux_server_start_cmd" -systemd_tmux_server_start_cmd_default="start-server" +systemd_tmux_server_start_cmd_default="new-session"