fzf/shell
Christoph Anton Mitterer 8eec50d764 [shell] don’t needlessly escape . in shell pattern
`find`’s `-path`-option is described to use shell patterns (i.e. POSIX’ pattern
matching notation).

In that, `.` is not a special character, thus escaping it shouldn’t be
necessary.

Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
2023-09-24 13:23:40 +09:00
..
completion.bash [shell] Use --scheme=path when appropriate 2023-09-19 13:39:57 +09:00
completion.zsh [shell] Use --scheme=path when appropriate 2023-09-19 13:39:57 +09:00
key-bindings.bash [shell] don’t needlessly escape . in shell pattern 2023-09-24 13:23:40 +09:00
key-bindings.fish [shell] don’t needlessly escape . in shell pattern 2023-09-24 13:23:40 +09:00
key-bindings.zsh [shell] don’t needlessly escape . in shell pattern 2023-09-24 13:23:40 +09:00