mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-09 06:20:22 +08:00
-nologo for powershell (fixes #452)
This commit is contained in:
parent
5a5cd09832
commit
73eb8bdbe7
@ -39,6 +39,7 @@ export class PowerShellCoreShellProvider extends ShellProvider {
|
||||
id: 'powershell-core',
|
||||
name: 'PowerShell Core',
|
||||
command: pwshPath,
|
||||
args: ['-nologo'],
|
||||
env: {
|
||||
TERM: 'cygwin',
|
||||
}
|
||||
|
@ -39,6 +39,7 @@ export class WindowsStockShellsProvider extends ShellProvider {
|
||||
id: 'powershell',
|
||||
name: 'PowerShell',
|
||||
command: 'powershell.exe',
|
||||
args: ['-nologo'],
|
||||
env: {
|
||||
TERM: 'cygwin',
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user