set default tmux start command to new-session

pull/17/head
Pete Peteches McCabe 2015-11-28 18:48:51 +00:00 committed by Bruno Sutic
parent 4b84886e86
commit b495ea2912
No known key found for this signature in database
GPG Key ID: CAFA7B1B2914ED81
1 changed files with 1 additions and 1 deletions

View File

@ -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"