make `.nushell/` a proper module (dragoon/komodo!123)
this MR turns `./.nushell/` into a directory module by - adding `mod.nu` - exporting all the modules all uses of `.nushell/` have been fixed to not mention `.nu` internal modules anymore. >💡 **Note** > the `.nushell venv` module has been removed because, when the `$venv.VENV` activation script is not there, Nushell can't parse the whole `.nushell` module, which is very annoying to have to rely of the state of the external filesystem to be able to simply parse a module...
Showing
- .nushell/mod.nu 9 additions, 0 deletions.nushell/mod.nu
- .nushell/plot.nu 0 additions, 3 deletions.nushell/plot.nu
- .nushell/venv.nu 0 additions, 1 deletion.nushell/venv.nu
- README.md 1 addition, 1 deletionREADME.md
- benchmarks/.nushell/commit/plot.nu 3 additions, 3 deletionsbenchmarks/.nushell/commit/plot.nu
- benchmarks/.nushell/fec/plot.nu 4 additions, 4 deletionsbenchmarks/.nushell/fec/plot.nu
- benchmarks/.nushell/fec/run.nu 1 addition, 1 deletionbenchmarks/.nushell/fec/run.nu
- benchmarks/.nushell/recoding/plot.nu 4 additions, 4 deletionsbenchmarks/.nushell/recoding/plot.nu
- benchmarks/.nushell/recoding/run.nu 1 addition, 1 deletionbenchmarks/.nushell/recoding/run.nu
- benchmarks/.nushell/setup/plot.nu 3 additions, 3 deletionsbenchmarks/.nushell/setup/plot.nu
- bins/inbreeding/plot.nu 3 additions, 3 deletionsbins/inbreeding/plot.nu
- bins/inbreeding/run.nu 1 addition, 1 deletionbins/inbreeding/run.nu
- examples/cli.nu 1 addition, 1 deletionexamples/cli.nu
- komodo.nu 1 addition, 1 deletionkomodo.nu
- tests/binary.nu 1 addition, 1 deletiontests/binary.nu
- tests/cli.nu 1 addition, 1 deletiontests/cli.nu
- tests/color.nu 1 addition, 1 deletiontests/color.nu
Please register or sign in to comment