1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-09-15 23:15:30 -04:00
2022-05-04 11:48:30 -04:00
parent e24464dfa8
commit 52a48280e7
6 changed files with 39 additions and 32 deletions

View File

@@ -72,6 +72,10 @@ export AZURE_CORE_COLLECT_TELEMETRY=0
# TEMPORARY: fixes some breakage with node 17
#export NODE_OPTIONS=--openssl-legacy-provider
# 1Password SSH integration
# https://developer.1password.com/docs/ssh/get-started/#step-4-configure-your-ssh-or-git-client
export SSH_AUTH_SOCK=~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock
# iTerm2
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"