From c11f2cf6646649c92b99511175f6a302429ef6da Mon Sep 17 00:00:00 2001 From: Delapouite Date: Mon, 6 Feb 2023 11:47:44 +0100 Subject: [PATCH] completions/systemctl: add import-environment command Man page reference: https://man.archlinux.org/man/systemctl.1#Environment_Commands (cherry picked from commit a29d760ca09244256a781b06338bb09aa6138bac) --- share/completions/systemctl.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/systemctl.fish b/share/completions/systemctl.fish index ccc7b19ea..2a1c6467e 100644 --- a/share/completions/systemctl.fish +++ b/share/completions/systemctl.fish @@ -4,7 +4,7 @@ set -l commands list-units list-sockets start stop reload restart try-restart re 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 + set-property import-environment if test $systemd_version -gt 208 2>/dev/null set commands $commands cat if test $systemd_version -gt 217 2>/dev/null