You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
excerpt: Today, we're releasing version 0.101.0 of Nu. This release adds...
6
+
excerpt: Today, we're releasing version 0.101.0 of Nu. This release adds a simplified startup configuration, several new commands, and additional tools to introspect the Nushell engine.
7
7
---
8
8
9
-
<!-- TODO: complete the excerpt above -->
10
-
11
-
<!-- NOTE: start from the TODO all the way at the bottom (and sort of work your way up) -->
12
9
13
10
# Nushell 0.101.0
14
11
15
-
<!-- TODO: write this excerpt -->
16
12
17
-
Today, we're releasing version 0.101.0 of Nu. This release adds a simplified startup configuration, ...
13
+
Today, we're releasing version 0.101.0 of Nu. This release adds a simplified startup configuration, several new commands, and additional tools to introspect the Nushell engine.
18
14
19
15
# Where to get it
20
16
@@ -456,7 +452,7 @@ Previously the output logic would invoke `table` regardless on top of the format
456
452
Thanks to [@WindSoilder](https://github.com/WindSoilder) in [#14407](https://github.com/nushell/nushell/pull/14407), the `du` command shows a more condensed output by default. The `files` and (recursive) `directories` are not shown by default. Use `du --long (-l)` to show these columns. The `--all (-a)` switch has been removed -- Files and directories will both be shown with `--long (-l)`.
457
453
458
454
### Code specific environment variables updated during `source`
459
-
The variables `$env.CURRENT_FILE` and `$env.FILE_PWD` had already been set to the respective file paths whenever a script was executed or module loaded. Similarly `$env.PROCESS_PATH` is set for the execution of a script or module but unset when a module is `use`d.
455
+
The variables `$env.CURRENT_FILE` and `$env.FILE_PWD` had already been set to the respective file paths whenever a script was executed or module loaded. Similarly `$env.PROCESS_PATH` is set for the execution of a script or module but unset when a module is simply `use`d.
460
456
461
457
With [#14486](https://github.com/nushell/nushell/pull/14486) by [@fdncred](https://github.com/fdncred)`$env.CURRENT_FILE` and `$env.FILE_PWD` will now also be updated when a particular file is included via `source`. Similarly `$env.PROCESS_PATH` will be unset.
0 commit comments