Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose TERM and COLORTERM (and maybe other) system env vars to ddev #6174

Open
hanoii opened this issue May 10, 2024 · 1 comment
Open

Expose TERM and COLORTERM (and maybe other) system env vars to ddev #6174

hanoii opened this issue May 10, 2024 · 1 comment

Comments

@hanoii
Copy link
Collaborator

hanoii commented May 10, 2024

I am doing this on an add on: https://github.com/hanoii/ddev-pimp-my-shell/blob/1c5d2f5cd667edd7236c97844b172e769f0f67d3/config.pimp-my-shell.yaml#L25-L26, specially TERM was one that was bugging me as I use https://sw.kovidgoyal.net/kitty/faq/ that has needs its own termcap to function properly.

I wonder why this is not something happening by default, exposing useful and personal system environment variables to the running ddev if whether it should.

@rfay
Copy link
Member

rfay commented May 10, 2024

We go to a lot of effort to do COLUMNS and such. Last time I was in this territory there was too much friction between the shell in container and the shell on host to make it work, but contribution is welcome there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants