mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 17:16:03 +00:00
@@ -35,6 +35,7 @@ export class Cygwin32ShellProvider extends ShellProvider {
|
|||||||
id: 'cygwin32',
|
id: 'cygwin32',
|
||||||
name: 'Cygwin (32 bit)',
|
name: 'Cygwin (32 bit)',
|
||||||
command: path.join(cygwinPath, 'bin', 'bash.exe'),
|
command: path.join(cygwinPath, 'bin', 'bash.exe'),
|
||||||
|
args: ['--login', '-i'],
|
||||||
icon: require('../icons/cygwin.svg'),
|
icon: require('../icons/cygwin.svg'),
|
||||||
env: {
|
env: {
|
||||||
TERM: 'cygwin',
|
TERM: 'cygwin',
|
||||||
|
@@ -35,6 +35,7 @@ export class Cygwin64ShellProvider extends ShellProvider {
|
|||||||
id: 'cygwin64',
|
id: 'cygwin64',
|
||||||
name: 'Cygwin',
|
name: 'Cygwin',
|
||||||
command: path.join(cygwinPath, 'bin', 'bash.exe'),
|
command: path.join(cygwinPath, 'bin', 'bash.exe'),
|
||||||
|
args: ['--login', '-i'],
|
||||||
icon: require('../icons/cygwin.svg'),
|
icon: require('../icons/cygwin.svg'),
|
||||||
env: {
|
env: {
|
||||||
TERM: 'cygwin',
|
TERM: 'cygwin',
|
||||||
|
Reference in New Issue
Block a user