File tree Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ Entries under the **Removed** section indicate items removed from the entire doc
10
10
11
11
## Unreleased
12
12
13
+ ## 2025-08-14
14
+
15
+ ### Changed
16
+
17
+ - changed(zshrc): modify end section to be excluded from modification by 'chezmoi apply'
18
+
13
19
## 2025-08-11
14
20
15
21
### Added
Original file line number Diff line number Diff line change @@ -315,5 +315,9 @@ hash starship 2>/dev/null \
315
315
&& eval " $( starship init zsh) "
316
316
317
317
318
- # ###[ Others ]##############################################################################
319
- # ### These are generally configurations set up by setup scripts or other programs.
318
+ # ###[ Chezmoi Unmodified ]##################################################################
319
+ # ### This section is left untouched by chezmoi when executing 'chezmoi update' or 'chezmoi
320
+ # ### apply'.
321
+ # ### DO NOT MODIFY THE COMMENT BELOW! It acts as the delimiter for chezmoi to know where to
322
+ # ### stop modifying the file. If it's removed, chezmoi will remove everything below it.
323
+ # ### chezmoi:unmodified
Original file line number Diff line number Diff line change @@ -279,5 +279,9 @@ hash starship 2>/dev/null \
279
279
&& eval " $( starship init zsh) "
280
280
281
281
282
- # ###[ Others ]##############################################################################
283
- # ### These are generally configurations set up by setup scripts or other programs.
282
+ # ###[ Chezmoi Unmodified ]##################################################################
283
+ # ### This section is left untouched by chezmoi when executing 'chezmoi update' or 'chezmoi
284
+ # ### apply'.
285
+ # ### DO NOT MODIFY THE COMMENT BELOW! It acts as the delimiter for chezmoi to know where to
286
+ # ### stop modifying the file. If it's removed, chezmoi will remove everything below it.
287
+ # ### chezmoi:unmodified
You can’t perform that action at this time.
0 commit comments