Skip to content

Instantly share code, notes, and snippets.

@agurod42
Last active June 5, 2020 15:40
Show Gist options
  • Save agurod42/92d03e43d570a73ad8c7930bfb338b89 to your computer and use it in GitHub Desktop.
Save agurod42/92d03e43d570a73ad8c7930bfb338b89 to your computer and use it in GitHub Desktop.
.bash_profile for my macOS
# npm
export PATH=~/.npm-global/bin:$PATH
# nvm
source ~/.nvm/nvm.sh
# VS Code
export PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment