From d84b26ed438ef8c2b3a3cecc5e9f4898b2a71ecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sun, 6 Oct 2024 01:47:56 +0200 Subject: [PATCH] .zshrc: unset a BROWSER for MacOS --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 7de7472..84c24c6 100644 --- a/.zshrc +++ b/.zshrc @@ -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