Add local override zshrc
1 files changed, 5 insertions(+), 0 deletions(-) M zsh/dot-zshrc
M zsh/dot-zshrc => zsh/dot-zshrc +5 -0
@@ 102,3 102,8 @@ export RIPGREP_CONFIG_PATH=~/.ripgreprc # require for crystal compiler. # See https://github.com/crystal-lang/crystal/issues/4745 export PKG_CONFIG_PATH="/opt/homebrew/lib/pkgconfig:$PKG_CONFIG_PATH" ### Local overrides ### [ -f "$HOME/.zshrc.local" ] && source "$HOME/.zshrc.local"