mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-13 04:03:16 +02:00
Fix #6048
This commit is contained in:
@@ -441,6 +441,7 @@ class Tab: # {{{
|
||||
cmd[:0] = shlex.split(line)
|
||||
else:
|
||||
cmd[:0] = [resolved_shell(get_options())[0]]
|
||||
cmd[0] = which(cmd[0]) or cmd[0]
|
||||
cmd[:0] = [kitten_exe(), '__hold_till_enter__']
|
||||
fenv: Dict[str, str] = {}
|
||||
if env:
|
||||
|
||||
Reference in New Issue
Block a user