From 6652f2ed46ae3846f39697ac307bd36fd4a7961e Mon Sep 17 00:00:00 2001 From: maudin Date: Sun, 10 Mar 2019 11:35:19 +0100 Subject: [PATCH] some keychain configuration --- zshrc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/zshrc b/zshrc index a8e6d59..c95c0a3 100644 --- a/zshrc +++ b/zshrc @@ -4,6 +4,11 @@ source "${HOME}/.zgen/zgen.zsh" # if the init scipt doesn't exist if ! zgen saved; then + # Some configuration + zstyle :omz:plugins:keychain agents ssh + zstyle :omz:plugins:keychain identities id_rsa + zstyle :omz:plugins:keychain options --quiet + # specify plugins here zgen oh-my-zsh zgen oh-my-zsh plugins/colored-man-pages @@ -16,10 +21,6 @@ if ! zgen saved; then zgen oh-my-zsh plugins/systemadmin zgen oh-my-zsh plugins/z - # Some configuration - zstyle :omz:plugins:keychain agents ssh - zstyle :omz:plugins:keychain options --quiet - # personnal configuration zgen load hybris42/zsh hybris.zsh zgen load hybris42/zsh bearstech.zsh