mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
kitten @ ls: Return environ of foreground process
This is needed on macOS where we now run the shell via login and we aren't allowed to read the environ of login because its setuid. Fixes #6749
This commit is contained in:
parent
b1ec1c2678
commit
eefb865e6e
3 changed files with 7 additions and 4 deletions
|
|
@ -78,6 +78,8 @@ Detailed list of changes
|
|||
|
||||
- Render Private Use Unicode symbols using two cells if the second cell contains a non-breaking space as well as a normal space
|
||||
|
||||
- kitten @ ls: Return the environment of the foreground process instead of the initial child process (:iss:`6749`)
|
||||
|
||||
|
||||
0.30.1 [2023-10-05]
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue