2
0
mirror of https://github.com/junegunn/fzf synced 2024-10-30 09:20:14 +00:00
fzf/shell
Christoph Anton Mitterer e833823e15
[bash] Don’t print function definition when checking for existence (#3448)
When just checking whether a function is already defined or not, it’s not
necessary to print out it’s definition (should it be defined).

bash’s `declare` provides the `-F`-option (which implies `-f`), which should
give a minor performance improvement

Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
2023-10-02 21:02:35 +09:00
..
completion.bash [bash] Don’t print function definition when checking for existence (#3448) 2023-10-02 21:02:35 +09:00
completion.zsh [completion] Prevent running a command during 'eval' 2023-10-02 20:40:49 +09:00
key-bindings.bash [bash] CTRL-R on bash 3: Use backticks to avoid delay 2023-09-27 09:16:16 +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