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.
2 parents c02b4ec + bbe707e commit 9121498Copy full SHA for 9121498
scripts/handle_tmux_automatic_start/systemd_enable.sh
@@ -37,7 +37,7 @@ template() {
37
}
38
39
systemd_tmux_is_enabled() {
40
- 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
41
42
43
enable_tmux_unit_on_boot() {
0 commit comments