Closed do-you-dare closed 6 years ago
I've used the home_dir function of the dirs crate to handle the history file path safely.
home_dir
dirs
This should close #34.
Thanks for making this change, and let me know if there's anything else you need.
I'm currently working on the lexer #22 (so we can recognize whitespace and lex WORDS).
I've used the
home_dir
function of thedirs
crate to handle the history file path safely.This should close #34.