mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-04 18:39:54 +00:00
fixed --login flag for older shells
This commit is contained in:
parent
cbb6821814
commit
120e2a2cd5
@ -24,7 +24,7 @@ export class POSIXShellsProvider extends ShellProvider {
|
|||||||
id: x,
|
id: x,
|
||||||
name: x,
|
name: x,
|
||||||
command: x,
|
command: x,
|
||||||
args: ['--login'],
|
args: ['-l'],
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user