- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[patch] Support for custom init file for Zsh subshell #4203
Comments
|
Patch review:
|
Branch: 4203_custom_zshrc |
|
|
Important
This issue was migrated from Trac:
psprint
(sg44567@….com)zsh
,subshell
A subshell Zshell, unlike Bash, will not read ~/.local/share/mc/bashrc – it doesn't have its own rc file support and it ignores bashrc. This patch changes this – ~/.local/share/mc/.zshrc file can be provided so that Zshell reads only it as the user RC file (besides the system rc in /etc).
The implementation sets ZDOTDIR in environment to ~/.local/share/mc if a .zshrc will be found there. It is the only way to point Zsh to an other RC file than the default.
Note
Original attachments:
psprint
(sg44567@….com) onFeb 16, 2021 at 16:13 UTC
The text was updated successfully, but these errors were encountered: