diff options
| author | Christoph Anton Mitterer <mail@christoph.anton.mitterer.name> | 2023-10-11 06:07:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-11 13:07:47 +0900 |
| commit | 561e0b04a8e23b9088010d4b08f55683decf05db (patch) | |
| tree | 5e4792e5bad07bf6960c138a64a51a8f4c6ec4a6 /go.mod | |
| parent | 404b6a864ba3efcd5d4604655b9133dc2d2d5986 (diff) | |
| download | fzf-561e0b04a8e23b9088010d4b08f55683decf05db.tar.gz | |
[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>
Diffstat (limited to 'go.mod')
0 files changed, 0 insertions, 0 deletions
