coolcoder613eb
coolcoder613eb
Working now, thanks. How can I make it persistent?
Maybe you should store some kind of filesystem overlay, that gets extracted on top of the ramdisk, and saved on shutdown?
I used cirrus because the maximum resolution is 1024x768, which will comfortably fit in a window. Otherwise, I have to use QEMU fullscreen.
Is there a port of `flex`? Or can I build a cross-compiler to ToaruOS?
(BTW, I am on IRC #toaruos)
I really need this feature, so much that I am switching to fish until this is implemented. How can I get fish to understand my .xonshrc?
Unfortunately I have absolutely no idea how it works or how to implement it in xonsh. I managed to convert my xonshrc to fish manually.
This is how it is implemented for bash: ### `/etc/bashrc_Apple_Terminal` ```bash # bash support for Terminal. # Working Directory # # Tell the terminal about the current working directory at...
The important part seems to be the `$TERM_SESSION_ID` environment variable, which can be used to save and restore the right session. It saves the session on exit with `trap shell_session_update...
We can use the atexit module to save history and environment to a file called , and then on startup we can check if there is a file called ,...