Skip to content

Commit

Permalink
Remove 1Password init from .zshrc
Browse files Browse the repository at this point in the history
This is better handled in `~/.extra`.
  • Loading branch information
AlecRust committed Nov 7, 2023
1 parent cc86d56 commit 9957be8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions dotfiles/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ export HSTR_CONFIG=hicolor
# Set VSCode as the default editor
export EDITOR="code"

# Disable Homebrew analytics
export HOMEBREW_NO_ANALYTICS=1

# Set 1Password agent socket path
# https://developer.1password.com/docs/ssh/agent/compatibility/#ssh-auth-sock
export SSH_AUTH_SOCK=~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock

# Extend PATH
# 1. Add Homebrew versions of core utilities to start of PATH to override defaults
# 2. Add X11 (XQuartz) to end of PATH
Expand All @@ -25,10 +18,6 @@ export PATH="$HOMEBREW_PREFIX/opt/coreutils/libexec/gnubin:$PATH"
export PATH="$HOMEBREW_PREFIX/opt/gnu-tar/libexec/gnubin:$PATH"
export PATH="$PATH:/opt/X11/bin"

# Source 1Password Shell Plugins
# https://developer.1password.com/docs/cli/shell-plugins/
source "$HOME/.config/op/plugins.sh"

# Source Antidote
source "$HOMEBREW_PREFIX/opt/antidote/share/antidote/antidote.zsh"

Expand Down

0 comments on commit 9957be8

Please sign in to comment.