We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fba21d commit 138aae2Copy full SHA for 138aae2
3 files changed
home/.chezmoitemplates/volta-library
@@ -1,3 +1,6 @@
1
# shellcheck shell=bash
2
3
ensure_path_entry "${HOME}/.volta/bin"
4
+
5
+# https://docs.volta.sh/advanced/pnpm
6
+export VOLTA_FEATURE_PNPM=1
home/dot_profile.tmpl
@@ -12,6 +12,8 @@ fi
12
if [ -d "${HOME}/.volta/bin" ]; then
13
export VOLTA_HOME="${HOME}/.volta"
14
export PATH="${VOLTA_HOME}/bin:${PATH}"
15
+ # https://docs.volta.sh/advanced/pnpm
16
+ export VOLTA_FEATURE_PNPM=1
17
fi
18
19
if [ -d "${HOME}/.deno/bin" ]; then
home/dot_volta/bin/symlink_pnpm.tmpl
@@ -0,0 +1 @@
+{{- joinPath .chezmoi.homeDir ".volta/bin/volta-shim" -}}
0 commit comments