You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, a 'BPM_ROOT' variable would change all other variables,
including the ones appended with './source' and './cellar'. The
variables that represented the latter two values are the only
configurable ones; 'BPM_ROOT' is gone. This also renames some variables
Copy file name to clipboardExpand all lines: docs/reference.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Environment Variables
4
4
5
-
### `BPM_ROOT`
5
+
### `BPM_LOCAL_PROJECT_DIR`
6
6
7
7
The location of the root `bpm` folder. Defaults to `"${XDG_DATA_HOME:-$HOME/.local/share}/bpm"`
8
8
@@ -12,7 +12,7 @@ Set to a non-null string to clone the full repository history instead of only th
12
12
13
13
### `BPM_CELLAR`
14
14
15
-
Set the installation and package checkout prefix (default is `$BPM_ROOT/cellar`). Setting this to `/usr/local`, for example, will install binaries to `/usr/local/bin`, manpages to `/usr/local/man`, completions to `/usr/local/completions`, and clone packages to `/usr/local/packages`
15
+
Set the installation and package checkout prefix (default is `$BPM_LOCAL_PROJECT_DIR/cellar`). Setting this to `/usr/local`, for example, will install binaries to `/usr/local/bin`, manpages to `/usr/local/man`, completions to `/usr/local/completions`, and clone packages to `/usr/local/packages`
0 commit comments