diff options
Diffstat (limited to 'CLAUDE.md')
| -rw-r--r-- | CLAUDE.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ Config is read from `~/.config/foostore.json` at startup (merged over defaults). - `data_dir`: Git repo where encrypted `.index` / `.data` file pairs are stored (default: `~/git/geheimlager`) - `key_file`: Path to the raw encryption key file (default: `~/.geheimlager.key`) - `export_dir`: Temporary directory for decrypted exports (default: `~/.geheimlagerexport`) -- `edit_cmd`: Editor used by the `edit` command (default: `hx`) +- `edit_cmd`: Editor used by the `edit` command (default: `$EDITOR`, falling back to `vi`) - `sync_repos`: List of git remote names to push/pull when syncing The PIN (entered at startup or via `$PIN` env var) is used to derive the AES IV; the actual key comes from `key_file`. |
