diff options
author | Jonas Frei <freijon@pm.me> | 2023-04-13 07:36:08 +0200 |
---|---|---|
committer | Jonas Frei <freijon@pm.me> | 2023-04-13 07:36:08 +0200 |
commit | d7e5f9e79d93060bcbf8af1f5a7e5ac5b50bd488 (patch) | |
tree | 5d92eae6eccaa5aa7d64d262ce80fbdfd83f04f6 /app-shells | |
parent | app-shells/fishtape: Make use of 'shell-completion' eclass (diff) | |
download | guru-d7e5f9e79d93060bcbf8af1f5a7e5ac5b50bd488.tar.gz guru-d7e5f9e79d93060bcbf8af1f5a7e5ac5b50bd488.tar.bz2 guru-d7e5f9e79d93060bcbf8af1f5a7e5ac5b50bd488.zip |
app-shells/fzf-fish: Make use of 'shell-completion' eclass
Signed-off-by: Jonas Frei <freijon@pm.me>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/fzf-fish/fzf-fish-9.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-shells/fzf-fish/fzf-fish-9.0.ebuild b/app-shells/fzf-fish/fzf-fish-9.0.ebuild index 685caca23..3d90aebdf 100644 --- a/app-shells/fzf-fish/fzf-fish-9.0.ebuild +++ b/app-shells/fzf-fish/fzf-fish-9.0.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit shell-completion + DESCRIPTION="Augment your fish command line with fzf key bindings" HOMEPAGE="https://github.com/PatrickF1/fzf.fish" SRC_URI="https://github.com/PatrickF1/fzf.fish/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" @@ -34,8 +36,7 @@ DOCS=( README.md ) RESTRICT="test" # how to run tests? src_install() { - insinto "/usr/share/fish/vendor_completions.d" - doins completions/* + dofishcomp completions/* insinto "/usr/share/fish/vendor_conf.d" doins conf.d/* insinto "/usr/share/fish/vendor_functions.d" |