.zshrc: unset a BROWSER for MacOS
This commit is contained in:
parent
f64180d52f
commit
d84b26ed43
1
.zshrc
1
.zshrc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user