Skip to content

Commit b495ea2

Browse files
petechesBruno Sutic
authored andcommitted
set default tmux start command to new-session
1 parent 4b84886 commit b495ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/variables.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ systemd_service_name="tmux.service"
3737
systemd_unit_file_path="$HOME/.config/systemd/user/${systemd_service_name}"
3838

3939
systemd_tmux_server_start_cmd_option="@systemd_tmux_server_start_cmd"
40-
systemd_tmux_server_start_cmd_default="start-server"
40+
systemd_tmux_server_start_cmd_default="new-session"

0 commit comments

Comments
 (0)