Skip to content

Instantly share code, notes, and snippets.

@jschwarty
Last active June 7, 2024 20:20
Show Gist options
  • Save jschwarty/3b058be7d35180fba07d7436795f59fa to your computer and use it in GitHub Desktop.
Save jschwarty/3b058be7d35180fba07d7436795f59fa to your computer and use it in GitHub Desktop.
VSCode setting to set ./node_modules/.bin into PATH on new terminal window open
"terminal.integrated.env.osx": {
"PATH": "./node_modules/.bin:${env:PATH}"
},
"terminal.integrated.profiles.osx": {
"zsh": {
"path": "zsh",
"args": ["-i"]
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment