We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499b6a7 commit bbe707eCopy full SHA for bbe707e
scripts/handle_tmux_automatic_start/systemd_enable.sh
@@ -35,7 +35,7 @@ template() {
35
}
36
37
systemd_tmux_is_enabled() {
38
- systemctl --user is_enabled $(basename "${systemd_unit_file_path}") >/dev/null 2>&1
+ systemctl --user is-enabled $(basename "${systemd_unit_file_path}") >/dev/null 2>&1
39
40
41
enable_tmux_unit_on_boot() {
0 commit comments