yadm: add zsh completion
This commit is contained in:
parent
1c8248c892
commit
13d1ee99c9
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'yadm'
|
||||
pkgname=yadm
|
||||
version=1.12.0
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
depends="bash git gnupg"
|
||||
short_desc="Yet Another Dotfiles Manager"
|
||||
|
@ -15,4 +15,5 @@ do_install() {
|
|||
vbin ${pkgname}
|
||||
vman ${pkgname}.1
|
||||
vinstall completion/yadm.bash_completion 644 usr/share/bash-completion/completions yadm
|
||||
vinstall completion/yadm.zsh_completion 644 usr/share/zsh/site-functions _yadm
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue