From b26e7ff265ccde52c6e6bc4987d7af08de3b8f64 Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Thu, 5 Feb 2026 10:37:58 -0800 Subject: feat: Add new custom keybinding system for search TUI (#3127) --- CONTRIBUTING.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') 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 -- cgit v1.3.1