Skip to content

Commit 533baec

Browse files
committed
Excerpt
1 parent d24257c commit 533baec

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

blog/2024-12-24-nushell_0_101_0.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,14 @@ title: Nushell 0.101.0
33
author: The Nu Authors
44
author_site: https://twitter.com/nu_shell
55
author_image: https://www.nushell.sh/blog/images/nu_logo.png
6-
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.
77
---
88

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) -->
129

1310
# Nushell 0.101.0
1411

15-
<!-- TODO: write this excerpt -->
1612

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.
1814

1915
# Where to get it
2016

@@ -456,7 +452,7 @@ Previously the output logic would invoke `table` regardless on top of the format
456452
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)`.
457453

458454
### 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.
460456

461457
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.
462458

0 commit comments

Comments
 (0)