mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 09:06:44 +00:00
feat: add 1Password CLI integration
This commit is contained in:
8
zsh/1password.zsh
Normal file
8
zsh/1password.zsh
Normal file
@@ -0,0 +1,8 @@
|
||||
#
|
||||
# 1Password CLI integration
|
||||
#
|
||||
|
||||
# Load 1Password CLI plugins if available.
|
||||
if [ -f "$HOME/.config/op/plugins.sh" ]; then
|
||||
source "$HOME/.config/op/plugins.sh"
|
||||
fi
|
||||
Reference in New Issue
Block a user