mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2025-04-25 15:35:21 -04:00
export NODE_OPTIONS=--openssl-legacy-provider
This commit is contained in:
parent
60e31a5ca6
commit
ac1c1023fd
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user