Skip to content

Instantly share code, notes, and snippets.

@jaybuidl
Created January 11, 2022 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaybuidl/ecffd74d5da58bd3cc543fbf9f3decd7 to your computer and use it in GitHub Desktop.
Save jaybuidl/ecffd74d5da58bd3cc543fbf9f3decd7 to your computer and use it in GitHub Desktop.
VS Code settings allowing the integrated terminal to use an upgraded bash installed from brew
{
"terminal.integrated.profiles.osx": {
"Bash (from brew)": {
"path": "/usr/local/bin/bash",
"args": ["-l"]
}
},
"terminal.integrated.defaultProfile.osx": "Bash (from brew)"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment