Allow environment variable to be set to empty value. #9098
Unanswered
przepompownia
asked this question in
Feature Requests, Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As discussed in #9093 Ghostty cannot empty or undefine environment variables using
envoption. We have to use workarounds (likeghostty() { TMUX= command ghostty "$@"; }for bash).Actual example:
export TMUX3=1; ghostty --env=TMUX3=leavesTMUX3value unmodified.Beta Was this translation helpful? Give feedback.
All reactions