summaryrefslogtreecommitdiff
path: root/plugins/fzf
AgeCommit message (Collapse)Author
2020-02-13fzf: support for NixOS and Void Linux (#8618)Roey Darwish Dror
2019-12-19fzf: add support for FreeBSD (#8474)pprugger
2019-11-28fzf: change debian completion file path (#8402)Meng Bo
* Newer Debian packages install completions file in /usr/share/doc/fzf/examples/completion.zsh * Default to buster/stretch path if completion file not found See file list in order from older to newer fzf package versions: - https://packages.debian.org/stretch-backports/amd64/fzf/filelist - https://packages.debian.org/buster/amd64/fzf/filelist - https://packages.debian.org/bullseye/amd64/fzf/filelist - https://packages.debian.org/sid/amd64/fzf/filelist Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2019-10-16fzf: fix regression (#8269)Jakub Łuczyński
Typo introduced in f56b678 fixing #8253
2019-10-15fzf: check for dpkg before checking for fzf in debianMarc Cornellà
Fixes #8253 Co-authored-by: Mariusz B <mb@binary-offensive.com>
2019-07-17Unset all local functions after running themIlya Gorski
2019-07-15fzf: Adding support for debian packagesIlya Gorski
2018-09-08fzf: Fix shell directory for archlinux package (#7119)Maxime Brunet
* fzf: Fix shell directory for archlinux package * fzf: Don't clutter PATH if fzf already available * brew has it available via symlink in /usr/local/bin * Fedora and Arch packages have it place in /usr/bin * fzf: Fix archlinux guess by using release file * fzf: unset leftover variables
2018-09-04Add fzf plugin (#6910)Maxime Brunet