Update file exports.sh.tmpl
This commit is contained in:
parent
1b84b6398b
commit
fe8b7ac180
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue