dots

Mika's dotfiles
git clone git://popovic.xyz/dots.git/
Log | Files | Refs | README

commit 74ec4e10b5f825c364562ceaaa73be1c9747aea2
parent 01e623309c73e3cbbe40577f81fe4186d74785c5
Author: Milutin Popovic <milutin@popovic.xyz>
Date:   Sun,  8 Mar 2026 21:44:31 +0100

add pnpm home

Diffstat:
M.config/shell/profile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.config/shell/profile b/.config/shell/profile @@ -57,6 +57,7 @@ export QT_STYLE_OVERRIDE=adwaita-dark. export NODE_REPL_HISTORY="$XDG_DATA_HOME"/node_repl_history export BUN_INSTALL="$XDG_CONFIG_HOME/bun" export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc +export PNPM_HOME="$XDG_DATA_HOME/pnpm"; export PATH="$PATH:$XDG_DATA_HOME/npm/bin" # JAVA