1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-04-26 03:45:21 -04:00

export NODE_OPTIONS=--openssl-legacy-provider

This commit is contained in:
Jake Jarvis 2021-11-14 22:27:35 -05:00
parent 60e31a5ca6
commit ac1c1023fd
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39

View File

@ -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"