mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 17:16:03 +00:00
fixed #234
This commit is contained in:
@@ -34,7 +34,14 @@ export class WindowsStockShellsProvider extends ShellProvider {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{ id: 'cmd', name: 'CMD (stock)', command: 'cmd.exe' },
|
{ 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',
|
||||||
|
}
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user