-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow override of rm and custom fzf options #49
base: main
Are you sure you want to change the base?
Conversation
6ad7054
to
4e73098
Compare
Ping @gazorby |
Hi, how to customize the fzf opts based on your change? |
Sorry about that, just updated the README. You simply set the |
Thanks for your work, this is exactly the feature that I am missing. can't wait for this to be merged. |
I don't know if this error is caused by this change.
|
This PR has not been merged yet; this error must come from the last one I merged earlier this week. |
Hi @ollehu, Thanks for contributing! |
* Remove hardcoded use of tab (\t) for _fifc
Did you get this using this PR or main? If using this PR, how did you trigger it? |
It's not unusual to alias
rm
to something harmless when using, for example, trash to remove files/directories. This PR will enable the user to change that command. This PR also lets the user add additional argument to the fzf_cmd, something that was not working properly before (I believe?)