Created
March 31, 2023 05:33
-
-
Save ariesmcrae/a8ba0a3fb9bc62b58cd30c8f34b3a197 to your computer and use it in GitHub Desktop.
Visual Studio Code default terminal in settings.json
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.linux": { | |
"bash": { | |
"path": "bash" | |
}, | |
"zsh": { | |
"path": "zsh" | |
} | |
}, | |
"terminal.integrated.defaultProfile.linux": "zsh" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For mac, use