mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-18 06:28:40 -09:00
Add Git-bash setting example to config (#3700)
This commit is contained in:
parent
68639b6fd4
commit
d946b688d9
1 changed files with 3 additions and 0 deletions
|
|
@ -101,6 +101,9 @@ module.exports = {
|
||||||
// Windows Subsystem for Linux (WSL) - previously Bash on Windows
|
// Windows Subsystem for Linux (WSL) - previously Bash on Windows
|
||||||
// - Example: `C:\\Windows\\System32\\wsl.exe`
|
// - Example: `C:\\Windows\\System32\\wsl.exe`
|
||||||
//
|
//
|
||||||
|
// Git-bash on Windows
|
||||||
|
// - Example: `C:\\Program Files\\Git\\bin\\bash.exe`
|
||||||
|
//
|
||||||
// PowerShell on Windows
|
// PowerShell on Windows
|
||||||
// - Example: `C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe`
|
// - Example: `C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe`
|
||||||
shell: '',
|
shell: '',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue