Skip to content

Commit 0b38793

Browse files
samumbachtwpayne
authored andcommitted
docs: Clarify prefix order for regular files
1 parent d07689e commit 0b38793

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/chezmoi.io/docs/reference/source-state-attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ prefixes is important.
4444
| ---------------- | ----------- | --------------------------------------------------------------------------------- | ---------------- |
4545
| Directory | Directory | `external_`, `exact_`, `private_`, `readonly_`, `dot_` | *none* |
4646
| Remove directory | Directory | `remove_`, `dot_` | *none* |
47-
| Regular file | File | `encrypted_`, `private_`, `executable_`, `empty_`, `dot_` | `.tmpl` |
47+
| Regular file | File | `encrypted_`, `private_`, `readonly_`, `empty_`, `executable_`, `dot_` | `.tmpl` |
4848
| Create file | File | `create_`, `encrypted_`, `private_`, `readonly_`, `empty_`, `executable_`, `dot_` | `.tmpl` |
4949
| Modify file | File | `modify_`, `encrypted_`, `private_`, `readonly_`, `executable_`, `dot_` | `.tmpl` |
5050
| Remove file | File | `remove_`, `dot_` | *none* |

0 commit comments

Comments
 (0)