Skip to content

Commit 93efdf0

Browse files
jdeveraclaude
andcommitted
Bash: Add Volta to PATH
Co-authored-by: Claude (claude-opus-4-6) <noreply@anthropic.com>
1 parent 87e71ac commit 93efdf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

home/exact_private_dot_bash.d/private_050_misc_config.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ pathprepend "$HOME/.local/bin"
7070
pathprepend "$HOME/.gem/ruby/1.9.1/bin"
7171
pathprepend "$HOME/.gem/ruby/2.3.0/bin"
7272
pathprepend "$HOME/.cargo/bin"
73+
export VOLTA_HOME="$HOME/.volta"
74+
pathprepend "$VOLTA_HOME/bin"
7375

7476
[[ -n $NPM_PACKAGES ]] && pathprepend "$NPM_PACKAGES/bin"
7577

0 commit comments

Comments
 (0)