From 8c7749b18bc18686e0f58642e5656e418a1c1ae3 Mon Sep 17 00:00:00 2001 From: Bahex Date: Wed, 30 Apr 2025 07:26:35 +0300 Subject: [PATCH] Update 2025-04-29-nushell_0_104_0.md --- blog/2025-04-29-nushell_0_104_0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2025-04-29-nushell_0_104_0.md b/blog/2025-04-29-nushell_0_104_0.md index 1a34794e1ca..b38f82a6607 100644 --- a/blog/2025-04-29-nushell_0_104_0.md +++ b/blog/2025-04-29-nushell_0_104_0.md @@ -174,7 +174,7 @@ ps | where name == bash | kill ...$in.pid Missing values (not `null`) are represented by ❎ in tables. [#15647](https://github.com/nushell/nushell/pull/15647) from [@Bahex](https://github.com/Bahex) makes this indicator configurable. For example: ```nushell -$env.config.table.missing_symbol = " ∅ " +$env.config.table.missing_value_symbol = " ∅ " ``` ### Some `math` commands now work with bounded ranges [[toc](#table-of-contents)]