.zshrc: unset a BROWSER for MacOS

This commit is contained in:
Marcin Woźniak 2024-10-06 01:47:56 +02:00
parent f64180d52f
commit d84b26ed43
Signed by: y0rune
GPG Key ID: F204C385F57EB348

1
.zshrc
View File

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