Hacker News new | ask | show | jobs
by listeria 599 days ago
I see that you're using --print0 and -0 for your "git fza" alias, it might be useful to add -z to the git-ls-files invocation and --read0 to fzf.
1 comments

Ah, good point, I do need to revisit these and tidy them up. The perils of cargo-culting!