From a738ee7a03e81d45ce3bb2b94a34752d7d41e381 Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Tue, 1 Oct 2024 16:06:00 +0200 Subject: [PATCH] chore: Removes 1Password SSH Socket configuration --- .zshrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.zshrc b/.zshrc index e9d554d..e593a5f 100755 --- a/.zshrc +++ b/.zshrc @@ -96,13 +96,6 @@ if [ -d "/home/menno/Projects/Work" ]; then export PATH=$PATH:$TRADAWARE_PATH/bin/utilities fi -# 1Password SSH Socket (Linux/macOS) -if [[ "$OSTYPE" == "linux-gnu"* ]]; then - export SSH_AUTH_SOCK=~/.ssh/1password/agent.sock -elif [[ "$OSTYPE" == "darwin"* ]]; then - export SSH_AUTH_SOCK=~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock -fi - # pyenv export PYENV_ROOT="$HOME/.pyenv" [[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"