File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 33# Private registry configuration for Bundler and Yarn.
44# Sourced by setup.sh — do not execute directly.
55# Requires: lib/common.sh, gh authenticated (with read:packages scope),
6- # op authenticated, bundle on PATH, yarn on PATH .
6+ # op authenticated, Ruby + Node installed via mise .
77
88fmt_header " Private Registries"
99
10+ # ---------------------------------------------------------------------------
11+ # Ensure mise-managed tools (bundle, yarn) are available in this session.
12+ # mise activate may not have fully populated PATH with shims yet, so we
13+ # add the shims directory explicitly.
14+ # ---------------------------------------------------------------------------
15+
16+ export PATH=" $HOME /.local/share/mise/shims:$PATH "
17+
1018# ---------------------------------------------------------------------------
1119# GitHub credentials (used by both Bundler and Yarn)
1220# ---------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments