Skip to content

Commit

Permalink
inherit session environment (fixes #119, fixes #125, fixes #124, fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jul 20, 2017
1 parent 5f57725 commit 49b90f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminus-terminal/src/buttonProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class ButtonProvider extends ToolbarButtonProvider {
cwd = await this.app.activeTab.session.getWorkingDirectory()
}
let command = this.config.store.terminal.shell
let env: any = {}
let env: any = process.env
let args: string[] = []
if (command === '~clink~') {
({ command, args } = this.shells.getClinkOptions())
Expand Down

0 comments on commit 49b90f1

Please sign in to comment.