diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-02-05 10:37:58 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-05 10:37:58 -0800 |
| commit | b26e7ff265ccde52c6e6bc4987d7af08de3b8f64 (patch) | |
| tree | 8e09c98b63011696f72fd37f9ae00b801d19b10e /CONTRIBUTING.md | |
| parent | feat(dotfiles): add sort and filter options to alias/var list (#3131) (diff) | |
| download | atuin-b26e7ff265ccde52c6e6bc4987d7af08de3b8f64.zip | |
feat: Add new custom keybinding system for search TUI (#3127)
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 |
