From 7b742b3130941b5c8d5e178b6694428fb3b61086 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Thu, 2 Apr 2015 22:54:35 -0400 Subject: shell-completion: systemctl switch-root verb The completion is rudimentary (all files). I think this is OK since this is used so rarely. But not having it proposed at all is annoying. --- shell-completion/zsh/_systemctl.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'shell-completion/zsh/_systemctl.in') diff --git a/shell-completion/zsh/_systemctl.in b/shell-completion/zsh/_systemctl.in index 3bbfb6f187..cce9dea8b5 100644 --- a/shell-completion/zsh/_systemctl.in +++ b/shell-completion/zsh/_systemctl.in @@ -59,6 +59,7 @@ "reboot:Shut down and reboot the system" "kexec:Shut down and reboot the system with kexec" "exit:Ask for user instance termination" + "switch-root:Change root directory" ) if (( CURRENT == 1 )); then @@ -297,6 +298,10 @@ done _sd_unit_files } +(( $+functions[_systemctl_switch-root] )) || _systemctl_switch-root() { + _files +} + # no systemctl completion for: # [STANDALONE]='daemon-reexec daemon-reload default # emergency exit halt kexec list-jobs list-units -- cgit v1.2.3-54-g00ecf