nixpulvis / oursh

Your comrade through the perilous world of UNIX.
http://nixpulvis.com/oursh/oursh
MIT License
67 stars 6 forks source link

Fix home path #35

Closed do-you-dare closed 6 years ago

do-you-dare commented 6 years ago

I've used the home_dir function of the dirs crate to handle the history file path safely.

This should close #34.

nixpulvis commented 6 years ago

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).