From 63beb4ff4fa2bbc838c22186af0623bb51f1fd29 Mon Sep 17 00:00:00 2001 From: maudin Date: Sun, 10 Mar 2019 11:42:04 +0100 Subject: [PATCH] some keychain configuration --- zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zshrc b/zshrc index 513bf3f..ce93af9 100644 --- a/zshrc +++ b/zshrc @@ -1,11 +1,11 @@ -# load zgen -source "${HOME}/.zgen/zgen.zsh" - # Some configuration zstyle :omz:plugins:keychain agents ssh zstyle :omz:plugins:keychain identities id_rsa zstyle :omz:plugins:keychain options --quiet +# load zgen +source "${HOME}/.zgen/zgen.zsh" + # if the init scipt doesn't exist if ! zgen saved; then