mirror of
https://github.com/Eugeny/tabby.git
synced 2025-08-18 15:21:51 +00:00
-nologo for powershell (fixes #452)
This commit is contained in:
terminus-terminal/src/shells
@@ -39,6 +39,7 @@ export class PowerShellCoreShellProvider extends ShellProvider {
|
|||||||
id: 'powershell-core',
|
id: 'powershell-core',
|
||||||
name: 'PowerShell Core',
|
name: 'PowerShell Core',
|
||||||
command: pwshPath,
|
command: pwshPath,
|
||||||
|
args: ['-nologo'],
|
||||||
env: {
|
env: {
|
||||||
TERM: 'cygwin',
|
TERM: 'cygwin',
|
||||||
}
|
}
|
||||||
|
@@ -39,6 +39,7 @@ export class WindowsStockShellsProvider extends ShellProvider {
|
|||||||
id: 'powershell',
|
id: 'powershell',
|
||||||
name: 'PowerShell',
|
name: 'PowerShell',
|
||||||
command: 'powershell.exe',
|
command: 'powershell.exe',
|
||||||
|
args: ['-nologo'],
|
||||||
env: {
|
env: {
|
||||||
TERM: 'cygwin',
|
TERM: 'cygwin',
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user