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

31 commits

Author SHA1 Message Date
Juho Kuisma
a8a747e18a
feat(fzf): add support for Fedora package (#12421) 2024-05-15 19:14:11 +02:00
Marc Cornellà
d91f4e83ef
fix(fzf): fix missing is-at-least error in setup (#12412)
Fixes #12412
2024-05-12 09:45:26 +02:00
Carlo Sala
21963f4f67
fix(fzf): support old fzf versions
Closes #12387
2024-04-30 12:57:05 +02:00
Marc Cornellà
1b5503a3ee
feat(fzf): support fzf setup for 0.48.0 and older (#12367)
Fixes #12355
2024-04-19 21:57:46 +02:00
vladislav doster
1d09c6bb0a
style: remove trailing whitespace (#12303) 2024-03-26 09:55:16 +01:00
Misaka
4fd2af0a82
feat(fzf): add default fzf_base for msys2 (#12274) 2024-03-10 03:16:16 +01:00
GrandZhuo
3e1c0d51cb
fix(fzf): installation dir for brew M1 (#11490) 2023-02-12 09:53:04 +01:00
Marc Cornellà
b0bffcaf86
fix(fzf): fix check for true Debian-like in debian setup function (#11460)
Check for `apt` and `apt-get` in debian setup function.
Look for exact directory in debian-like setup function.

Fixes #11459
2023-01-27 16:22:27 +01:00
Carlo Sala
a1c54e03f9
feat(fzf): add skip-dpkg flag to avoid some regressions
See https://github.com/ohmyzsh/ohmyzsh/pull/11122#issuecomment-1399607430
2023-01-22 23:36:57 +01:00
Yuxin Wu
ba8777fc30
perf(fzf): speed up startup on debian (#11122) 2023-01-21 11:36:07 +01:00
Steven Conaway
aafc7443f0
feat(fzf): support macOS ARM brew install dir (#10944) 2022-11-15 19:19:37 +01:00
Andrew Wu
b3b336b0f9
feat(fzf): fix MacPorts auto-completion file location. (#11305) 2022-11-03 18:34:28 +01:00
Suchandra Thapa
4dce175e0e
feat(fzf): support fzf installed with MacPorts (#10794) 2022-03-24 12:21:36 +01:00
Carlo Sala
f96a900ea3
feat(fzf)!: default to using fd before rg (#10757)
BREAKING CHANGE: if both `fd` and `rg` are installed, default to using `fd`. This
is the recommendation of the ripgrep author, and it's been found to be faster.
If you want to force using `rg`, set the `FZF_DEFAULT_COMMAND` variable.
2022-03-05 19:18:56 +01:00
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