mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 05:08:41 -09:00
parent
0c3d25dd19
commit
4206f4e96f
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
const { app } = require('electron');
|
||||||
const { EventEmitter } = require('events');
|
const { EventEmitter } = require('events');
|
||||||
const { exec } = require('child_process');
|
const { exec } = require('child_process');
|
||||||
const defaultShell = require('default-shell');
|
const defaultShell = require('default-shell');
|
||||||
|
|
@ -25,6 +26,7 @@ module.exports = class Session extends EventEmitter {
|
||||||
rows,
|
rows,
|
||||||
cwd,
|
cwd,
|
||||||
env: Object.assign({}, process.env, {
|
env: Object.assign({}, process.env, {
|
||||||
|
LANG: app.getLocale(),
|
||||||
TERM: 'xterm-256color'
|
TERM: 'xterm-256color'
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue