vlang / vinix

Vinix is an effort to write a modern, fast, and useful operating system in the V programming language

Home Page:https://vlang.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

saving to file with nano does not work

Ccode-lang opened this issue · comments

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

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

I tested. Found that running

HOME="/"

before nano fixed the problem of missing nanorc error.