1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-27 18:55:58 +03:00
This commit is contained in:
Eugene Pankov 2017-11-21 22:16:59 +01:00
parent 02082c385c
commit 92993db122

View File

@ -34,7 +34,14 @@ export class WindowsStockShellsProvider extends ShellProvider {
]
},
{ id: 'cmd', name: 'CMD (stock)', command: 'cmd.exe' },
{ id: 'powershell', name: 'PowerShell', command: 'powershell.exe' },
{
id: 'powershell',
name: 'PowerShell',
command: 'powershell.exe',
env: {
TERM: 'cygwin',
}
},
]
}
}