~edwardloveall/dotfiles

73f13240f11ad39cf9c81441dd9eba99898c3c85 — Edward Loveall 11 months ago c7b0e48
Fix pkg_config path

It was pointing to a directory that doesn't exist and causing problems with crystal
1 files changed, 1 insertions(+), 1 deletions(-)

M zsh/dot-zshrc
M zsh/dot-zshrc => zsh/dot-zshrc +1 -1
@@ 101,4 101,4 @@ export RIPGREP_CONFIG_PATH=~/.ripgreprc

# require for crystal compiler.
# See https://github.com/crystal-lang/crystal/issues/4745
export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig:$PKG_CONFIG_PATH"
export PKG_CONFIG_PATH="/opt/homebrew/lib/pkgconfig:$PKG_CONFIG_PATH"