vlang / vinix

Vinix is an effort to write a modern, fast, and useful operating system in the V programming language
https://vlang.io
GNU General Public License v2.0
1.9k stars 120 forks source link

fix wrong set of HOME to /root #44

Closed Ccode-lang closed 2 years ago

Ccode-lang commented 2 years ago

fixes #43 and makes nanorc files findable again

mintsuki commented 2 years ago

This is not the correct fix.

Ccode-lang commented 2 years ago

but changing HOME var to a directory that does not exist causes problems

JalonSolov commented 2 years ago

Wouldn't the correct fix be to create /root, then?

Ccode-lang commented 2 years ago

Ok looks like that is done now though