agkozak / zsh-z

Jump quickly to directories that you have visited "frecently." A native Zsh port of z.sh with added features.
MIT License
2.02k stars 76 forks source link

Avoid clobbering db on `no space left on device` #67

Closed mafredri closed 2 years ago

mafredri commented 2 years ago

Ran into this on a system that ran out of space (no space left on device).

This PR guards against clobbering the database when a write to tempfile fails.

agkozak commented 2 years ago

This looks lovely, @mafredri, and I always look forward to your input. Give me a few days to look at the code carefully - I’ll be done with a large project next week.

agkozak commented 2 years ago

Merged. Thank you, @mafredri — well done!