Skip to content
Snippets Groups Projects
Commit 330b111f authored by nimrod's avatar nimrod
Browse files

Set COREPACK_ENABLE_AUTO_PIN.

Disable automattic package manager locking. Small cleanup of NodeJS
shell stuff.
parent 4e98ea15
No related branches found
No related tags found
No related merge requests found
......@@ -63,8 +63,6 @@ export LESS_TERMCAP_us=$'\E[01;32m'
export LYNX_SAVE_SPACE="$HOME/Downloads"
export LYNX_TEMP_SPACE="$HOME/.cache/lynx"
export MAKEFLAGS="-e -k -j4"
export NODE_PENDING_DEPRECATION='1'
export NPM_CONFIG_USERCONFIG="$HOME/.config/npmrc"
export PATH="$GOPATH/bin:$PATH"
export PATH="$HOME/.cabal/bin:$PATH"
export PATH="$HOME/.cargo/bin:$PATH"
......
# shellcheck shell=bash
# vim: ft=sh
export COREPACK_ENABLE_AUTO_PIN=0
export NODE_PENDING_DEPRECATION='1'
export NPM_CONFIG_USERCONFIG="$HOME/.config/npmrc"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment