dotfiles/terminal
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
..
.config zsh: Fix carapace and fzf-tab compatibility 2025-09-21 10:29:13 +02:00
.bash_profile terminal: Create module to consolidate term utils 2023-01-07 16:11:40 +01:00
.bashrc terminal: Add carapace completions to all shells 2025-09-05 09:11:07 +02:00
.zshenv terminal: Create module to consolidate term utils 2023-01-07 16:11:40 +01:00