mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-12 10:47:05 +02:00
Merge branch 'fix-launch-cwd-oldest' of https://github.com/rafikdraoui/kitty
This commit is contained in:
@@ -387,7 +387,7 @@ def launch(
|
||||
kw['cwd_from'] = CwdRequest(active, CwdRequestType.last_reported)
|
||||
elif opts.cwd == 'oldest':
|
||||
if active:
|
||||
kw['cwd_from'] = CwdRequest(active, CwdRequestType.last_reported)
|
||||
kw['cwd_from'] = CwdRequest(active, CwdRequestType.oldest)
|
||||
else:
|
||||
kw['cwd'] = opts.cwd
|
||||
if opts.location != 'default':
|
||||
|
||||
Reference in New Issue
Block a user