To change the directory where elogs are stored, set a shell environment variable ELOG_DIR. To make this change permament, set the following in your shell configuration:
```bash
export ELOG_DIR="/path/to/elog/dir"
```
Otherwise, the default elog directory will be `~/elogs`.
To get started, add your first elog entry! This will create a JSON file under your elog directory for the day and ensure the elog directory exists. E.g.: