mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-29 06:13:20 +00:00
completions/systemctl: add import-environment command
Man page reference:
https://man.archlinux.org/man/systemctl.1#Environment_Commands
(cherry picked from commit a29d760ca0
)
This commit is contained in:
parent
3fa5a808a0
commit
c11f2cf664
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue