Skip to content

Commit

Permalink
set TERM_PROGRAM (fixes #702)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Mar 8, 2019
1 parent 89e4a80 commit e246e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminus-terminal/src/services/sessions.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class Session extends BaseSession {
let env = {
...process.env,
TERM: 'xterm-256color',
TERMINUS: '1',
TERM_PROGRAM: 'Terminus',
...options.env,
...this.config.store.terminal.environment || {},
}
Expand Down

1 comment on commit e246e22

@DRSDavidSoft
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.