.zshrc 和 .zshrc.local 之间的区别是什么?.zshrc.local 的来源是什么时候?

What is the difference between .zshrc and .zshrc.local and when is .zshrc.local sourced?

我正在学习本教程https://nixos.wiki/wiki/Development_environment_with_nix-shell

它说要在 .zshrc.local 中放入一些代码。我从未听说过此文件,也找不到任何相关文档。

.zshrc 和 .zshrc.local 之间有什么区别,后者何时来源?

文件 .zshrc.local 特定于 Grml Zsh 配置:https://github.com/grml/grml-etc-core/blob/master/etc/zsh/zshrc#L14

您链接到的页面来自 an unofficial NixOS users' wiki. Whoever wrote that page just happened to use Grml and apparently didn't realize that .zshrc.local is non-standard. Grml is also referred to in a couple of other pages on that wiki