From 539be8bc641f5948d4930dec2e966f3c1c069d0c Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sat, 11 Jan 2020 19:09:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B8=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B4=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=B3=D1=80=D1=83=D0=B7=D0=BA=D0=BE=D0=B9=20=D0=BF=D0=BB=D0=B0?= =?UTF-8?q?=D0=B3=D0=B8=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins.zsh b/plugins.zsh index 9bf432d..b7fbb04 100644 --- a/plugins.zsh +++ b/plugins.zsh @@ -18,7 +18,8 @@ antibody bundle robbyrussell/oh-my-zsh path:plugins/sudo antibody bundle robbyrussell/oh-my-zsh path:plugins/systemd antibody bundle robbyrussell/oh-my-zsh path:plugins/vim-interaction antibody bundle robbyrussell/oh-my-zsh path:plugins/web-search + +[ -e $ZDOTDIR/keychain-config.zsh ] && source $ZDOTDIR/keychain-config.zsh antibody bundle robbyrussell/oh-my-zsh path:plugins/gpg-agent antibody bundle robbyrussell/oh-my-zsh path:plugins/keychain -[ -e $ZDOTDIR/keychain-config.zsh ] && source $ZDOTDIR/keychain-config.zsh