Merge branch 'clone-in-kitty' of https://github.com/page-down/kitty

This commit is contained in:
Kovid Goyal 2022-04-15 20:27:36 +05:30
commit 57ea524464
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -568,6 +568,7 @@ class CloneCmd:
elif k == 'env':
self.env = parse_bash_env(v) if self.envfmt == 'bash' else parse_null_env(v)
for filtered in (
'HOME', 'LOGNAME', 'USER',
# some people export these. We want the shell rc files to
# recreate them
'PS0', 'PS1', 'PS2', 'PS3', 'PS4', 'RPS1', 'PROMPT_COMMAND', 'SHLVL',