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

saving to file with nano does not work #42

Closed Ccode-lang closed 2 years ago

Ccode-lang commented 2 years ago

It won't let you press enter during the save process in nano.

Ccode-lang commented 2 years ago

this might be caused by the missing nanorc file glitch. They are at /usr/local/nano/. But nano tries to find them at /root/.local/share/nano/.

Ccode-lang commented 2 years ago

I tested. Found that running

HOME="/"

before nano fixed the problem of missing nanorc error.