mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
parent
3e1b4591bd
commit
cf5272e1a0
2
nvm.sh
2
nvm.sh
@ -2535,7 +2535,7 @@ nvm() {
|
|||||||
shift
|
shift
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ -z "$SKIP_DEFAULT_PACKAGES" ] && [ -f "${NVM_DIR}/default-packages" ]; then
|
if [ -z "${SKIP_DEFAULT_PACKAGES-}" ] && [ -f "${NVM_DIR}/default-packages" ]; then
|
||||||
DEFAULT_PACKAGES=""
|
DEFAULT_PACKAGES=""
|
||||||
|
|
||||||
# Read lines from $NVM_DIR/default-packages
|
# Read lines from $NVM_DIR/default-packages
|
||||||
|
Loading…
Reference in New Issue
Block a user