]> git.ipfire.org Git - thirdparty/systemd.git/blame - shell-completion/zsh/_sd_unit_files
build-sys: use #if Y instead of #ifdef Y everywhere
[thirdparty/systemd.git] / shell-completion / zsh / _sd_unit_files
CommitLineData
2c12a402
ZJS
1#autoload
2
3_sd_unit_files() {
4 local files expl
5 files=( '*:files:->files' )
6
7 _description files expl 'unit file'
4bc5d27b 8 _files "$expl[@]" -g '*.(automount|device|mount|path|service|socket|swap|target|timer)'
2c12a402 9}