This commit is contained in:
Kovid Goyal
2023-02-22 19:51:33 +05:30
parent 1f84e2d4e5
commit de188faf55
3 changed files with 5 additions and 1 deletions

View File

@@ -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: