mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2024-12-25 22:38:36 -06:00
Add instructions for fish in fzf
This commit is contained in:
parent
194139795c
commit
a5014b3840
1 changed files with 3 additions and 0 deletions
|
@ -45,5 +45,8 @@ package() {
|
|||
command -v fish &> /dev/null && install -Dm644 key-bindings.fish "${pkgdir}/usr/share/fish/vendor_functions.d/${name}_key_bindings.fish"
|
||||
command -v bash &> /dev/null && install -Dm644 key-bindings.bash "${pkgdir}/usr/share/${name}/key-bindings.bash"
|
||||
command -v zsh &> /dev/null && install -Dm644 key-bindings.zsh "${pkgdir}/usr/share/${name}/key-bindings.zsh"
|
||||
# Notice
|
||||
echo For key-binding and completion to work with fish, some manual intervention is required
|
||||
echo Look here for instructions: https://wiki.archlinux.org/title/fzf#fish
|
||||
}
|
||||
|
Loading…
Reference in a new issue