Skip to content

Commit 1e53254

Browse files
committed
news: inform about yazi alias change
Signed-off-by: Austin Horstman <[email protected]>
1 parent ee49ee2 commit 1e53254

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/release-notes/rl-2605.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ changes are only active if the `home.stateVersion` option is set to
2424
configuration directory (usually `~/.config/zsh`) when
2525
[](#opt-xdg.enable) is true.
2626

27+
- The [](#opt-programs.yazi.shellWrapperName) option now defaults to
28+
`y` instead of `yy`. For users with older `home.stateVersion` values,
29+
the legacy default `yy` is retained.
30+
2731
- The [](#opt-xdg.userDirs.setSessionVariables) option now defaults to `false`
2832
instead of `true`.
2933

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{ config, ... }:
2+
{
3+
time = "2026-02-13T20:17:15+00:00";
4+
condition = config.programs.yazi.enable;
5+
message = "
6+
The option `programs.yazi.shellWrapperName` default has changed from `yy` to `y`
7+
to align with the recommendation from upstream.
8+
";
9+
}

0 commit comments

Comments
 (0)