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
Copy file name to clipboardExpand all lines: blog/2025-04-29-nushell_0_104_0.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ ps | where name == bash | kill ...$in.pid
174
174
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:
175
175
176
176
```nushell
177
-
$env.config.table.missing_symbol = " ∅ "
177
+
$env.config.table.missing_value_symbol = " ∅ "
178
178
```
179
179
180
180
### Some `math` commands now work with bounded ranges [[toc](#table-of-contents)]
0 commit comments