dotfiles/terminal/.config/zsh
Marty Oehme 5a4d0051be
zsh: Fix carapace and fzf-tab compatibility
As mentioned in
https://github.com/carapace-sh/carapace-bin/issues/2819#issuecomment-3092307945,
fzf-tab directory completes are empty if you try to complete on a
directory without any prior input.

I.e.:

`ls -hal ~/.config/a<tab>` shows output (dirs starting with a).
`ls -hal ~/.config/<tab>` is empty.

This fixes the issue by making the query string use the full inserted
value.
2025-09-21 10:29:13 +02:00
..
.zprofile zsh: Fix loading aliases from .zsh extensions 2025-02-25 23:25:22 +01:00
.zshenv zsh: Remove double call of env scripts 2023-02-09 09:39:21 +01:00
.zshrc zsh: Fix carapace and fzf-tab compatibility 2025-09-21 10:29:13 +02:00