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