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

fix: keep RUBYLIB env var #2387

Merged
merged 1 commit into from
Jul 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/env_diff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,6 @@ fn valid_key(k: &str) -> bool {
|| k == "SHELLOPTS"
|| k == "COMP_WORDBREAKS"
|| k == "PS1"
// TODO: consider removing this
// this is to make the ruby plugin compatible,
// it causes ruby to attempt to call asdf to reshim the binaries
// which we don't need or want to happen
|| k == "RUBYLIB"
// following two ignores are for exported bash functions and exported bash
// functions which are multiline, they appear in the environment as e.g.:
// BASH_FUNC_exported-bash-function%%=() { echo "this is an"
Expand Down
Loading