From 3ed7db77f21df2f85ef05ec7a75e44b8779697cf Mon Sep 17 00:00:00 2001 From: Pete Peteches McCabe Date: Thu, 7 Jan 2016 23:43:03 +0000 Subject: [PATCH] Re-named tmux variable to maintain consistency. --- scripts/variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/variables.sh b/scripts/variables.sh index c0f25f8..8d0a057 100644 --- a/scripts/variables.sh +++ b/scripts/variables.sh @@ -36,5 +36,5 @@ status_wrap_string="\#{value}" 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_option="@continuum-systemd-start-cmd" systemd_tmux_server_start_cmd_default="new-session -d"