Skip to content

Commit a4f3962

Browse files
committed
Add env var PNPM_HOME
1 parent b936d53 commit a4f3962

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

runcom/.bash_profile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PATH="$DOTFILES_DIR/bin:$PATH"
2121

2222
# Source the dotfiles (order matters)
2323

24-
for DOTFILE in "$DOTFILES_DIR"/system/.{function,function_*,n,path,env,exports,alias,fzf,grep,prompt,completion,fix,zoxide}; do
24+
for DOTFILE in "$DOTFILES_DIR"/system/.{function,function_*,n,path,env,exports,alias,fzf,grep,prompt,completion,fix,pnpm,zoxide}; do
2525
. "$DOTFILE"
2626
done
2727

system/.pnpm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export PNPM_HOME="$XDG_DATA_HOME/pnpm"

0 commit comments

Comments
 (0)