Created
January 11, 2022 18:09
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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