fzf: add fuzzy completion for fish shell
This commit is contained in:
committed by
Leah Neukirchen
parent
23812bef4d
commit
de67133aee
@@ -1,7 +1,7 @@
|
||||
# Template file for 'fzf'
|
||||
pkgname=fzf
|
||||
version=0.68.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path="github.com/junegunn/fzf"
|
||||
go_ldflags="-X main.version=${version} -X main.revision="
|
||||
@@ -27,6 +27,7 @@ post_install() {
|
||||
|
||||
vinstall shell/completion.bash 644 usr/share/fzf
|
||||
vinstall shell/completion.zsh 644 usr/share/fzf
|
||||
vinstall shell/completion.fish 644 usr/share/fzf
|
||||
vinstall shell/key-bindings.zsh 644 usr/share/fzf
|
||||
vinstall shell/key-bindings.bash 644 usr/share/fzf
|
||||
vinstall shell/key-bindings.fish 644 usr/share/fzf
|
||||
|
||||
Reference in New Issue
Block a user