File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
modules/misc/news/2026/02 Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments