You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CLI] Added TERM as leaking env vars in pure shell (#1230)
## Summary
Added `$TERM` to the list of env vars that leak to pure shell. Reason
being, Pure shell doesn't allow colorful text in prompt because TERM
variable is unset.
Adding the TERM allows pure shell to know if terminal supports color and
enable it.
Addresses #1200
## How was it tested?
- compile
- `./devbox shell --pure`
- `ls -a`
- `ls -a --color`
- confirm directories and executables show in different colors when
`--color` is passed.
0 commit comments