mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-util/mise: Remove shell completions
mise shell completions are generated with usage-cli that I can't figure out how to make work. Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
This commit is contained in:
@@ -854,7 +854,7 @@ CRATES="
|
||||
zstd@0.13.3
|
||||
"
|
||||
|
||||
inherit cargo shell-completion
|
||||
inherit cargo
|
||||
|
||||
DESCRIPTION="The front-end to your dev env"
|
||||
HOMEPAGE="https://mise.jdx.dev"
|
||||
@@ -894,10 +894,4 @@ src_install() {
|
||||
# Auto-enable mise for Fish
|
||||
insinto /usr/share/fish/vendor_conf.d
|
||||
doins "${FILESDIR}"/mise.fish
|
||||
|
||||
newbashcomp completions/mise.bash mise
|
||||
|
||||
dozshcomp completions/_mise
|
||||
|
||||
dofishcomp completions/mise.fish
|
||||
}
|
||||
|
||||
@@ -852,7 +852,7 @@ CRATES="
|
||||
zstd@0.13.3
|
||||
"
|
||||
|
||||
inherit cargo shell-completion
|
||||
inherit cargo
|
||||
|
||||
DESCRIPTION="The front-end to your dev env"
|
||||
HOMEPAGE="https://mise.jdx.dev"
|
||||
@@ -892,10 +892,4 @@ src_install() {
|
||||
# Auto-enable mise for Fish
|
||||
insinto /usr/share/fish/vendor_conf.d
|
||||
doins "${FILESDIR}"/mise.fish
|
||||
|
||||
newbashcomp completions/mise.bash mise
|
||||
|
||||
dozshcomp completions/_mise
|
||||
|
||||
dofishcomp completions/mise.fish
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user