Skip to content

Instantly share code, notes, and snippets.

@mon-jai
Created January 15, 2023 20:18
Show Gist options
  • Save mon-jai/372de5fc1232c849df9fe30dffe664b5 to your computer and use it in GitHub Desktop.
Save mon-jai/372de5fc1232c849df9fe30dffe664b5 to your computer and use it in GitHub Desktop.
"terminal.integrated.profiles.windows": {
"PowerShell": {
"source": "PowerShell",
"icon": "terminal-powershell"
},
"Command Prompt": {
"path": ["${env:windir}\\Sysnative\\cmd.exe", "${env:windir}\\System32\\cmd.exe"],
"args": [],
"icon": "terminal-cmd"
},
"Git Bash": {
"source": "Git Bash",
"path": ["D:/Program Files/Git/bin/bash.exe"],
"icon": "terminal-bash"
},
"Msys2 Bash": {
"path": ["C:/msys64/msys2_shell.cmd"],
"args": ["-defterm", "-here", "-no-start", "-msys", "-use-full-path"],
"icon": "terminal-bash"
},
"Msys2 Zsh": {
"path": ["C:/msys64/usr/bin/zsh.exe"],
"args": ["-l"],
"env": {
"PATH": "C:/msys64/usr/bin/;${env:Path}",
"MSYS2_PATH_TYPE": "inherit",
"CHERE_INVOKING": "1"
},
"icon": "terminal-bash"
},
"Ubuntu (WSL)": {
"path": "C:\\Windows\\System32\\wsl.exe",
"args": ["-d", "Ubuntu-22.04"]
},
"Ubuntu-22.04 (WSL)": {
"path": "C:\\Windows\\System32\\wsl.exe",
"args": ["-d", "Ubuntu-22.04"]
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment