From dad00f4197608d612f86faf7704673c9fdae4515 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Sun, 19 Mar 2023 16:46:24 +0000 Subject: [PATCH] Update file exports.sh.tmpl --- home/dot_config/shell/exports.sh.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/dot_config/shell/exports.sh.tmpl b/home/dot_config/shell/exports.sh.tmpl index 230f78ab..5f5583db 100644 --- a/home/dot_config/shell/exports.sh.tmpl +++ b/home/dot_config/shell/exports.sh.tmpl @@ -268,6 +268,10 @@ export PSQL_HISTORY="$XDG_STATE_HOME/psql_history" export PGPASSFILE="$XDG_CONFIG_HOME/pg/pgpass" export PGSERVICEFILE="$XDG_CONFIG_HOME/pg/pg_service.conf" +### PNPM +export PNPM_HOME="$XDG_DATA_HOME/pnpm" +export PATH="$PATH:$PNPM_HOME" + ### Readline export INPUTRC="$XDG_CONFIG_HOME/readline/inputrc"