mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 09:06:03 +00:00
fixed --login flag for older shells
This commit is contained in:
@@ -24,7 +24,7 @@ export class POSIXShellsProvider extends ShellProvider {
|
||||
id: x,
|
||||
name: x,
|
||||
command: x,
|
||||
args: ['--login'],
|
||||
args: ['-l'],
|
||||
}))
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user