zoxide: add shell completions
This commit is contained in:
parent
d6ef62b5be
commit
8471678a54
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'zoxide'
|
||||
pkgname=zoxide
|
||||
version=0.7.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
short_desc="Faster way to navigate your filesystem"
|
||||
maintainer="Lorem <notloremipsum@protonmail.com>"
|
||||
|
@ -12,6 +12,9 @@ checksum=0b596cf8f86c51cc5aaf8914f8e47fdb0a60ba44e55d75a3d131b1f583ea098c
|
|||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vcompletion contrib/completions/zoxide.bash bash
|
||||
vcompletion contrib/completions/zoxide.fish fish
|
||||
vcompletion contrib/completions/_zoxide zsh
|
||||
for f in man/*; do
|
||||
vman $f
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue