nushell / demo

Experimental wasm-based Nu playground
https://www.nushell.sh/demo/
MIT License
24 stars 10 forks source link

config.toml location #27

Open fdncred opened 4 years ago

fdncred commented 4 years ago

Maybe we could have a config.toml in a special BrowserFS folder like /nu/config/config.toml and then load that config so we have some sort of environment variables and aliases to play around with.

jzaefferer commented 4 years ago

With #35 we should be able to write the config file to the root fs (directly in / or some nested folder). I'd need some help to wire that up with the wasm part though.

sophiajt commented 4 years ago

Happy to help here. I'm not sure if we can set the config file location as we start up Nu, but it shouldn't be too bad to add it if it's not yet supported.