Skip to content

Commit 2579fad

Browse files
committed
news: add news entry for zsh path refactor
Give a news entry about change for path handling work done in nix-community#6089. Signed-off-by: Austin Horstman <[email protected]>
1 parent 7129795 commit 2579fad

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{ config, ... }:
2+
{
3+
time = "2025-07-28T09:45:00+00:00";
4+
condition = config.programs.zsh.enable;
5+
message = ''
6+
The zsh module has been refactored to improve path handling.
7+
8+
Previously, path resolution was inconsistent and relied on hardcoded
9+
`$HOME` references. The module has been restructured to use dedicated
10+
path handling functions that properly handle both absolute and relative
11+
paths while maintaining consistent behavior.
12+
13+
As part of this refactoring, the use of relative paths has
14+
been deprecated. Users are encouraged to use absolute paths for more
15+
predictable path resolution.
16+
'';
17+
}

0 commit comments

Comments
 (0)