mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 11:11:47 +02:00
Rename read_from_login_shell -> read_from_shell
This commit is contained in:
@@ -480,7 +480,7 @@ def setup_environment(opts: Options, cli_opts: CLIOptions) -> None:
|
||||
if cli_opts.listen_on:
|
||||
cli_opts.listen_on = expand_listen_on(cli_opts.listen_on, from_config_file)
|
||||
path_from_shell = ''
|
||||
if vars := opts.env.pop('read_from_login_shell', ''):
|
||||
if vars := opts.env.pop('read_from_shell', ''):
|
||||
import fnmatch
|
||||
import re
|
||||
senv = read_shell_environment(opts)
|
||||
|
||||
Reference in New Issue
Block a user