Expand environment variables in the shell option

See #6511 for discussion
This commit is contained in:
Kovid Goyal
2023-09-24 08:28:42 +05:30
parent 3d6c3a9979
commit 76c6f91685
3 changed files with 16 additions and 2 deletions

View File

@@ -2782,7 +2782,7 @@ The shell program to execute. The default value of :code:`.` means to use
whatever shell is set as the default shell for the current user. Note that on
macOS if you change this, you might need to add :code:`--login` and
:code:`--interactive` to ensure that the shell starts in interactive mode and
reads its startup rc files.
reads its startup rc files. Environment variables are expanded in this setting.
'''
)