mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
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'
|
# Template file for 'zoxide'
|
||||||
pkgname=zoxide
|
pkgname=zoxide
|
||||||
version=0.7.3
|
version=0.7.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="Faster way to navigate your filesystem"
|
short_desc="Faster way to navigate your filesystem"
|
||||||
maintainer="Lorem <notloremipsum@protonmail.com>"
|
maintainer="Lorem <notloremipsum@protonmail.com>"
|
||||||
|
@ -12,6 +12,9 @@ checksum=0b596cf8f86c51cc5aaf8914f8e47fdb0a60ba44e55d75a3d131b1f583ea098c
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
vcompletion contrib/completions/zoxide.bash bash
|
||||||
|
vcompletion contrib/completions/zoxide.fish fish
|
||||||
|
vcompletion contrib/completions/_zoxide zsh
|
||||||
for f in man/*; do
|
for f in man/*; do
|
||||||
vman $f
|
vman $f
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue