From fa832ead6548f73321ba3743c11767eec1a8a9e5 Mon Sep 17 00:00:00 2001 From: vcalv <66543651+vcalv@users.noreply.github.com> Date: Mon, 14 Jul 2025 18:09:32 -0400 Subject: [PATCH] add suspend-then-hibernate to systemctl.fish suspend-then-hibernate was missing --- share/completions/systemctl.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/completions/systemctl.fish b/share/completions/systemctl.fish index 833394ffd..635f21079 100644 --- a/share/completions/systemctl.fish +++ b/share/completions/systemctl.fish @@ -3,8 +3,8 @@ set -l commands list-units list-sockets start stop reload restart try-restart re isolate kill is-active is-failed status show get-cgroup-attr set-cgroup-attr unset-cgroup-attr set-cgroup help \ reset-failed list-unit-files enable disable is-enabled reenable preset mask unmask link load list-jobs cancel dump \ list-dependencies snapshot delete daemon-reload daemon-reexec show-environment set-environment unset-environment \ - default rescue emergency halt poweroff reboot kexec exit suspend hibernate hybrid-sleep switch-root list-timers \ - set-property import-environment get-default list-automounts is-system-running try-reload-or-restart freeze \ + default rescue emergency halt poweroff reboot kexec exit suspend suspend-then-hibernate hibernate hybrid-sleep switch-root \ + list-timers set-property import-environment get-default list-automounts is-system-running try-reload-or-restart freeze \ thaw mount-image bind clean if test $systemd_version -gt 208 2>/dev/null set commands $commands cat