Proper fix for braindead macOS login

Always run it in the home dir as it seems to expect that. Change the
working dir after running login
This commit is contained in:
Kovid Goyal
2023-10-09 11:26:08 +05:30
parent dc26db7759
commit 32b7be2201
2 changed files with 10 additions and 3 deletions

View File

@@ -48,7 +48,8 @@ Detailed list of changes
- A new mouse action ``mouse_selection word_and_line_from_point`` to select the current word under the mouse cursor and extend to end of line (:pull:`6663`)
- macOS: When running the default shell with the login program pass ``-q`` to login so that it doesn't print the MOTD (:iss:`6689`)
- macOS: When running the default shell with the login program fix :file:`~/.hushlogin` not being respected when opening windows not in the home directory (:iss:`6689`)
0.30.1 [2023-10-05]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~