Skip to content

fifc removes a file using a wrapping function instead of with rm #45

@halostatue

Description

@halostatue

In _fifc.fish:82, there is a bare rm … of the completion file generated. If you have a wrapping function (function rm; command grm --interactive --verbose $argv; end), this will be called, prompting for removal. Because the rm is in a completion function, there is no way to respond—and the completion file is not removed. This happens on every completion call (e.g., <Tab>).

This line should be command rm ….

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions