0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
Commit graph

17 commits

Author SHA1 Message Date
Sean Flanigan
52a46ec362
feat(fzf): support fzf in Cygwin (#9463)
Closes #9463
2021-12-17 13:22:58 +01:00
Logan Linn
010c36d4ab
refactor(fzf): adopt code style and simplify function naming (#10514) 2021-12-17 13:18:28 +01:00
Christophe Bliard
2e46b2a2dc
feat(fzf): support getting fzf from nix-darwin (#10355) 2021-10-27 11:40:09 +02:00
Ian G Canino
48a3c2f32d
feat(fzf): look in XDG compliant location (#9858) 2021-04-23 20:28:42 +02:00
Dario Vladović
90bdb8a156
feat(fzf): add support for Termux package (#9718) 2021-03-15 22:34:47 +01:00
Elyézer Rezende
fa780867d9
fix(fzf): consistently ignore .git directory in FZF_DEFAULT_COMMAND (#9421)
Be consistent and ignore contents of `.git` directory no matter how FZF_DEFAULT_COMMAND is set.
2020-11-09 12:09:10 +01:00
Marc Cornellà
7d73908223
fzf: add check for OpenSUSE and OpenBSD packages (#9327) 2020-10-20 23:48:59 +02:00
Alessandro Martini
708ea42384
fzf: setup FZF_DEFAULT_COMMAND based on installed tools (#8895)
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-09-04 22:13:45 +02:00
Roey Darwish Dror
52f9238b16
fzf: support for NixOS and Void Linux (#8618) 2020-02-13 18:57:52 +01:00
pprugger
4338a731b7 fzf: add support for FreeBSD (#8474) 2019-12-19 10:50:20 +01:00
Meng Bo
6390afd6de fzf: change debian completion file path (#8402)
* 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-11-28 15:41:58 +01:00
Jakub Łuczyński
563c0708ab fzf: fix regression (#8269)
Typo introduced in f56b678 fixing #8253
2019-10-16 17:59:06 +02:00
Marc Cornellà
f56b678888
fzf: check for dpkg before checking for fzf in debian
Fixes #8253
Co-authored-by: Mariusz B <mb@binary-offensive.com>
2019-10-15 16:51:51 +02:00
Ilya Gorski
0565251c3b Unset all local functions after running them 2019-07-17 02:43:00 +03:00
Ilya Gorski
b90f76c141 fzf: Adding support for debian packages 2019-07-15 00:40:28 +03:00
Maxime Brunet
bb908495de fzf: Fix shell directory for archlinux package (#7119)
* 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-08 15:31:13 +02:00
Maxime Brunet
86542dcd86 Add fzf plugin (#6910) 2018-09-04 22:25:45 +02:00