diff options
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 98a95ddd..8c1f45b7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,13 @@ It is also recommended to update your `$PATH` so that the pre-exec scripts would export PATH="./target/release:$PATH" ``` -These 5 variables can be added in a local `.envrc` file, read by [direnv](https://direnv.net/). +If you'd like to load a different configuration file, set `ATUIN_CONFIG_DIR` to a folder that contains your `config.toml` file: + +```shell +export ATUIN_CONFIG_DIR=/tmp/atuin-config/ +``` + +These variable exports can be added in a local `.envrc` file, read by [direnv](https://direnv.net/). ## PRs |
