From ac1c1023fdde5ad60be4ba6fae8b849ea16d8162 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Sun, 14 Nov 2021 22:27:35 -0500 Subject: [PATCH] export NODE_OPTIONS=--openssl-legacy-provider --- zsh/.zshrc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index e35d853..437a890 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -10,8 +10,8 @@ export ZSH=$HOME/.oh-my-zsh # Default to nano 'cause I'm a wimp export EDITOR="nano" export VISUAL="code" -# export BROWSER="/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome" -export BROWSER="/Applications/Firefox.app/Contents/MacOS/firefox" +export BROWSER="/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome" +# export BROWSER="/Applications/Firefox.app/Contents/MacOS/firefox" # Adjust history for speed HISTFILE=~/.zsh_history @@ -26,8 +26,8 @@ DEFAULT_USER=jake # Oh My ZSH plugins plugins=( colorize - osx history + macos vscode gitignore gnu-utils @@ -69,6 +69,9 @@ export DOTNET_CLI_TELEMETRY_OPTOUT=1 export SAM_CLI_TELEMETRY=0 export AZURE_CORE_COLLECT_TELEMETRY=0 +# TEMPORARY: fixes some breakage with node 17 +export NODE_OPTIONS=--openssl-legacy-provider + # iTerm2 test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"