zsh: added support for op plugins

This commit is contained in:
James Patrick 2024-05-07 10:14:40 -04:00
parent 035e02fcb5
commit ec14c2acd2
No known key found for this signature in database

View File

@ -48,3 +48,10 @@ svn_stash() {
}
eval "$(rbenv init -)"
if [ -f ~/.config/op/plugins.sh ] ; then
# source ~/.config/op/plugins.sh
else
echo "Could not find op plugin. Has this been loaded?"
fi