Skip to content

Commit 0ab0866

Browse files
update pnpm
Signed-off-by: ivan katliarchuk <[email protected]>
1 parent 207296a commit 0ab0866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zsh/settings/bootstrap.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ if [ -f "/usr/local/bin/aws" ]; then
9090
fi
9191

9292
# pnpm
93-
export PNPM_HOME="~/Library/pnpm"
93+
export PNPM_HOME="/Users/$(whoami)/Library/pnpm"
9494
case ":$PATH:" in
9595
*":$PNPM_HOME:"*) ;;
9696
*) export PATH="$PNPM_HOME:$PATH" ;;

0 commit comments

Comments
 (0)