From ec14c2acd21457bd2938909fb3c858de7268acf2 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Tue, 7 May 2024 10:14:40 -0400 Subject: [PATCH] zsh: added support for op plugins --- zsh/environment/host/wok/zshrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/zsh/environment/host/wok/zshrc b/zsh/environment/host/wok/zshrc index 0133d92..9497f8e 100644 --- a/zsh/environment/host/wok/zshrc +++ b/zsh/environment/host/wok/zshrc @@ -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