add `.env.nu` to load Nushell modules
Compare changes
Files
2@@ -5,11 +5,12 @@ use ../../../.nushell plot [ into-axis-options, COMMON_OPTIONS, gplt ]
@@ -19,11 +20,13 @@ export def main [data: path, --save: path] {
adds a .env.nu
file to load Nushell modules automatically thanks to the nuenv
hook from the nu-hooks
package.