Created
May 25, 2021 03:33
-
-
Save iknowkungfoo/d6cfb4bcb4233cacdcd7d2b458b89a48 to your computer and use it in GitHub Desktop.
This file contains 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.windows": { | |
"Command Prompt": { | |
"path": [ | |
"${env:windir}\\Sysnative\\cmd.exe", | |
"${env:windir}\\System32\\cmd.exe" | |
], | |
"args": [], | |
"icon": "terminal-cmd" | |
}, | |
"Git Bash": { | |
"source": "Git Bash" | |
}, | |
"Windows PowerShell": { | |
"path": "C:\\Program Files\\PowerShell\\7\\pwsh.exe" | |
} | |
}, | |
"terminal.integrated.defaultProfile.windows": "Windows PowerShell" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment