Update file exports.sh.tmpl

This commit is contained in:
Brian Zalewski 2023-03-27 01:54:44 +00:00
parent 1b84b6398b
commit fe8b7ac180

View file

@ -252,6 +252,12 @@ export NODE_REPL_HISTORY="$XDG_DATA_HOME/node_repl_history"
### NPM
export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npm/npmrc"
### NTL
export NTL_RUNNER="pnpm"
export NTL_RERUN_CACHE_DIR="$XDG_DATA_HOME/ntl"
export NTL_RERUN_CACHE_NAME="cache"
export NTL_RERUN_CACHE_MAX="100"
### Parallels
export PARALLEL_HOME="$XDG_CONFIG_HOME/parallel"