feat: take the store root as an option

This commit is contained in:
2026-09-08 09:57:01 +00:00
parent 11ecd0ac89
commit 4b1e9d68b0
6 changed files with 59 additions and 22 deletions

View File

@@ -134,4 +134,5 @@ from the git `origin` remote.
Currently `ahab` respects the following environment variables.
- `AHAB_LINK_ROOT`: root of the out-of-repo store `ahab link` moves paths into - defaults to `${XDG_DATA_HOME:-$HOME/.local/share}/ahab`
- `AHAB_LINK_ROOT`: where `ahab link` keeps its store - the same as `--store`,
which takes precedence, and defaults to `${XDG_DATA_HOME:-$HOME/.local/share}/ahab`