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

clone-in-kitty: Exclude more environment variables from clone target #8275

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

akinomyoga
Copy link
Contributor

This PR adds more environment variables (that would cause problems if copied to another shell session) to the black list.

Some variables (READLINE_* and COMP_*) are variables temporarily set to indicate a special context, some variables contain session-specific IDs (which are used for sorting command history items or communicating with associated child/parent processes), and some variables are used to show the confirmation prompt in the terminal.

@kovidgoyal kovidgoyal merged commit f7d804e into kovidgoyal:master Jan 30, 2025
10 checks passed
@akinomyoga akinomyoga deleted the clone-env-black-list branch January 30, 2025 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants