Added the into PATH diffrent location for homebrew (M2 chip)

This commit is contained in:
Marcin Woźniak 2022-10-16 23:17:17 +02:00
parent d5bc5d157e
commit c4e6732e77
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -138,6 +138,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
# Other export
export PATH="/usr/local/opt/openssl@3/bin:$PATH"
export PATH="/opt/homebrew/bin:$PATH"
export PATH=$PATH:$HOME/Library/Python/3.10/bin
export PATH=$PATH:/usr/local/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/bin
export LDFLAGS="-L/usr/local/opt/openssl@3/lib"