acomagu / fish-async-prompt

Make your prompt asynchronous to improve the reactivity.
MIT License
389 stars 22 forks source link

Use correct temporary directory #48

Closed kidonng closed 2 years ago

kidonng commented 3 years ago

/tmp is not standard on macOS, and is not accessible on Android applications like Termux (an application providing Unix environment). The best way to create a temporary file/directory is using mktemp.

acomagu commented 2 years ago

Thank you for your work! Sorry for late response.