mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-11 02:03:22 +00:00
When running kittens use the last reported cwd when at a prompt
This commit is contained in:
parent
203ea700f4
commit
e8461b2a9f
1 changed files with 1 additions and 1 deletions
|
|
@ -2302,7 +2302,7 @@ class Boss:
|
|||
cmd + args,
|
||||
stdin=data,
|
||||
env=env,
|
||||
cwd=w.cwd_of_child,
|
||||
cwd=CwdRequest(w).cwd_of_child or w.cwd_of_child,
|
||||
overlay_for=w.id,
|
||||
overlay_behind=end_kitten.has_ready_notification,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue