diff --git a/shell-completion/zsh/_systemd-analyze b/shell-completion/zsh/_systemd-analyze index 8e7172d165..e87af915d7 100644 --- a/shell-completion/zsh/_systemd-analyze +++ b/shell-completion/zsh/_systemd-analyze @@ -11,6 +11,11 @@ _files -W '(/run/systemd/ /etc/systemd/ /usr/lib/systemd/)' -P 'systemd/' } +(( $+functions[_systemd-analyze_inspect-elf] )) || + _systemd-analyze_inspect-elf() { + _files + } + (( $+functions[_systemd-analyze_critical-chain] )) || _systemd-analyze_critical-chain() { local -a _units