Skip to content

Allow terminal to be launched with a clean environment on Mac and Linux#75376

Merged
Tyriar merged 5 commits intomasterfrom
tyriar/clean_term_env
Jun 12, 2019
Merged

Allow terminal to be launched with a clean environment on Mac and Linux#75376
Tyriar merged 5 commits intomasterfrom
tyriar/clean_term_env

Conversation

@Tyriar
Copy link
Copy Markdown
Contributor

@Tyriar Tyriar commented Jun 12, 2019

Fixes #70248


Example on Linux, before:

$ env
...
SHLVL=3
...
PATH=/home/daniel/.npm-packages/bin:/home/daniel/tools/node-v10.15.1-linux-x64/bin:/snap/bin:/home/daniel/.npm-packages/bin:/home/daniel/tools/node-v10.15.1-linux-x64/bin:/snap/bin:/sbin:/bin:/usr/bin:/usr/local/bin:/snap/bin

After:

$ env
...
SHLVL=1
...
PATH=/home/daniel/.npm-packages/bin:/home/daniel/tools/node-v10.15.1-linux-x64/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

@Tyriar Tyriar added this to the June 2019 milestone Jun 12, 2019
@Tyriar Tyriar self-assigned this Jun 12, 2019
@Tyriar Tyriar merged commit 946f59f into master Jun 12, 2019
@Tyriar Tyriar deleted the tyriar/clean_term_env branch June 12, 2019 23:51
@Tyriar Tyriar mentioned this pull request Jun 25, 2019
3 tasks
@github-actions github-actions bot locked and limited conversation to collaborators Mar 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support using a "clean" environment for the terminal

1 participant