Merge branch 'master' of github.com:Eugeny/terminus

This commit is contained in:
Eugene Pankov
2017-11-26 22:14:57 +01:00
4 changed files with 30 additions and 5 deletions

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',
}
},
]
}
}