Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions home/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ _agents_check_for_upgrade() {
}
_agents_check_for_upgrade

# Source 1Password plugins if available
if [[ -f "${HOME}/.config/op/plugins.sh" ]]; then
source "${HOME}/.config/op/plugins.sh"
fi

# Source ~/.zshrc.local (not checked into the repo)
# This is where you would put local configuration that's only for this computer.
# For example, sourcing company specific files or setting secret keys as
Expand Down