-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Closed
Labels
bugsOh no, something's broken :-(Oh no, something's broken :-(non-issue / invalidThis isn't relevant to nvm, or turned out to be something unrelated.This isn't relevant to nvm, or turned out to be something unrelated.shell: bash/sh
Description
I like to run most of my scripts with set -e so they terminate whenever there is a problem.
If I run the following in my .bashrc
set -e
# commands
export NVM_DIR=~/.nvm
. $(brew --prefix nvm)/nvm.sh
# other commandsIt will terminate during nvm.sh with an exit code. Obviously I can work around that but perhaps it could be fixed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugsOh no, something's broken :-(Oh no, something's broken :-(non-issue / invalidThis isn't relevant to nvm, or turned out to be something unrelated.This isn't relevant to nvm, or turned out to be something unrelated.shell: bash/sh