mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2025-11-04 22:10:09 -05:00
export NODE_OPTIONS=--openssl-legacy-provider
This commit is contained in:
@@ -10,8 +10,8 @@ export ZSH=$HOME/.oh-my-zsh
|
|||||||
# Default to nano 'cause I'm a wimp
|
# Default to nano 'cause I'm a wimp
|
||||||
export EDITOR="nano"
|
export EDITOR="nano"
|
||||||
export VISUAL="code"
|
export VISUAL="code"
|
||||||
# export BROWSER="/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome"
|
export BROWSER="/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome"
|
||||||
export BROWSER="/Applications/Firefox.app/Contents/MacOS/firefox"
|
# export BROWSER="/Applications/Firefox.app/Contents/MacOS/firefox"
|
||||||
|
|
||||||
# Adjust history for speed
|
# Adjust history for speed
|
||||||
HISTFILE=~/.zsh_history
|
HISTFILE=~/.zsh_history
|
||||||
@@ -26,8 +26,8 @@ DEFAULT_USER=jake
|
|||||||
# Oh My ZSH plugins
|
# Oh My ZSH plugins
|
||||||
plugins=(
|
plugins=(
|
||||||
colorize
|
colorize
|
||||||
osx
|
|
||||||
history
|
history
|
||||||
|
macos
|
||||||
vscode
|
vscode
|
||||||
gitignore
|
gitignore
|
||||||
gnu-utils
|
gnu-utils
|
||||||
@@ -69,6 +69,9 @@ export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
|||||||
export SAM_CLI_TELEMETRY=0
|
export SAM_CLI_TELEMETRY=0
|
||||||
export AZURE_CORE_COLLECT_TELEMETRY=0
|
export AZURE_CORE_COLLECT_TELEMETRY=0
|
||||||
|
|
||||||
|
# TEMPORARY: fixes some breakage with node 17
|
||||||
|
export NODE_OPTIONS=--openssl-legacy-provider
|
||||||
|
|
||||||
# iTerm2
|
# iTerm2
|
||||||
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
|
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user