.zshrc: unset a BROWSER for MacOS

This commit is contained in:
Marcin Woźniak 2024-10-06 01:47:56 +02:00
parent 05f993c96d
commit eb624b6a26

1
.zshrc
View File

@ -176,6 +176,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
sort | sort |
tail -n1) tail -n1)
export PATH=$PATH:/opt/homebrew/Cellar/tfenv/$TFENVVERSION/versions/$TFVERSION/ export PATH=$PATH:/opt/homebrew/Cellar/tfenv/$TFENVVERSION/versions/$TFVERSION/
unset BROWSER
fi fi
# Setting the right editor # Setting the right editor