diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/internal-fs-layout.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/internal-fs-layout.md b/docs/internal-fs-layout.md index 8be61782..401ebda1 100644 --- a/docs/internal-fs-layout.md +++ b/docs/internal-fs-layout.md | |||
@@ -243,7 +243,9 @@ The `[branch]` settings are updated by `repo start` and `git branch`. | |||
243 | 243 | ||
244 | ## ~/ dotconfig layout | 244 | ## ~/ dotconfig layout |
245 | 245 | ||
246 | Repo will create & maintain a few files in the user's home directory. | 246 | Repo will create & maintain a few files under the `.repoconfig/` directory. |
247 | This is placed in the user's home directory by default but can be changed by | ||
248 | setting `REPO_CONFIG_DIR`. | ||
247 | 249 | ||
248 | * `.repoconfig/`: Repo's per-user directory for all random config files/state. | 250 | * `.repoconfig/`: Repo's per-user directory for all random config files/state. |
249 | * `.repoconfig/config`: Per-user settings using [git-config] file format. | 251 | * `.repoconfig/config`: Per-user settings using [git-config] file format. |