fzf/shell
Christoph Anton Mitterer 561e0b04a8
[bash] Use command to “protect” further commands (#3462)
This commit causes all simple commands that are not built-ins or functions to be
invoked via `command` in order to protect them from alias substitution or from
accidentally taking functions of the same name.

It was decided to not “protect” `fzf` and `fzf-tmux` for now.
Maybe a better solution should be implemented for that in the future.

Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
2023-10-11 13:07:47 +09:00
..
completion.bash [bash] Use command to “protect” further commands (#3462) 2023-10-11 13:07:47 +09:00
completion.zsh Improve interactiveness checks (#3449) 2023-10-09 01:19:28 +09:00
key-bindings.bash [bash] Use command to “protect” further commands (#3462) 2023-10-11 13:07:47 +09:00
key-bindings.fish [shell] don’t needlessly escape . in shell pattern 2023-09-24 13:23:40 +09:00
key-bindings.zsh Improve interactiveness checks (#3449) 2023-10-09 01:19:28 +09:00