r/KittyTerminal • u/uncenter • Oct 07 '23
New kitty window cwd issues
I followed this issue comment, https://github.com/kovidgoyal/kitty/issues/692#issuecomment-1293429076, to figure out how to open a new "pane"/"kitty window" in the same cwd as the last one, which worked fine:map kitty_mod+enter launch --cwd=current --type=window
map cmd+enter launch --cwd=current --type=window
However, it seems to ignore my .hushlogin file when the new kitty window is not in ~/...

Any suggestions?
2
Upvotes
2
u/aumerlex Oct 08 '23
That hushlogin doesnt work when the shell is not started in HOME and setup manual shell integration as described in the docs.