aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMichelle Tilley <michelle@michelletilley.net>2026-02-05 10:37:58 -0800
committerGitHub <noreply@github.com>2026-02-05 10:37:58 -0800
commitb26e7ff265ccde52c6e6bc4987d7af08de3b8f64 (patch)
tree8e09c98b63011696f72fd37f9ae00b801d19b10e /CONTRIBUTING.md
parentfeat(dotfiles): add sort and filter options to alias/var list (#3131) (diff)
downloadatuin-b26e7ff265ccde52c6e6bc4987d7af08de3b8f64.zip
feat: Add new custom keybinding system for search TUI (#3127)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
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