mirror of
https://github.com/tmux-plugins/tmux-continuum.git
synced 2024-12-22 07:28:47 +00:00
Merge pull request #27 from knopki/patch-1
systemd_enable.sh: is_enabled -> is-enabled
This commit is contained in:
commit
912149820b
@ -37,7 +37,7 @@ template() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
systemd_tmux_is_enabled() {
|
systemd_tmux_is_enabled() {
|
||||||
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
|
||||||
}
|
}
|
||||||
|
|
||||||
enable_tmux_unit_on_boot() {
|
enable_tmux_unit_on_boot() {
|
||||||
|
Loading…
Reference in New Issue
Block a user