Re-named tmux variable to maintain consistency.

pull/17/head
Pete Peteches McCabe 2016-01-07 23:43:03 +00:00 committed by Bruno Sutic
parent 328d070787
commit 3ed7db77f2
No known key found for this signature in database
GPG Key ID: CAFA7B1B2914ED81
1 changed files with 1 additions and 1 deletions

View File

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