Closed SX91 closed 7 years ago
Thanks for your awesome project, @jedahan! I've faced a several issues with zr trying to use it on my CentOS-7. And fixed them all. 😉
zr
format
path
/tmpinit.zsh
create(true).truncate(true)
create_dir
~/.zr
Thank you so much for your contributions, and explaining them @SX91. Glad to have someone actively testing this on linux. Any other suggestions are also appreciated.
Thanks for your awesome project, @jedahan! I've faced a several issues with
zr
trying to use it on my CentOS-7. And fixed them all. 😉format
or any other string-based operations forpath
concatenation. (On my linuxzr
tried to write/tmpinit.zsh
file)create(true).truncate(true)
in order to overwrite existing temp file.create_dir
fails if some of the parents doesn't exist (~/.zr
for example).