mirror of
https://github.com/junegunn/fzf
synced 2026-06-09 10:03:17 +00:00
6dcf5c3d7d
- extract logical parts to separate variables (e.g. $opts) - put options in $opts in similar order - move +/-m into $opts (at the end, so they won't be overridden) - split pipelines into multiple lines - remove "echo" that seems to be redundant All this should help with readability and also result in cleaner diffs when changes are made.