From b42ca16e611cece1ad45e47af0df89c8136bcc49 Mon Sep 17 00:00:00 2001 From: maudin Date: Fri, 22 Mar 2019 10:26:34 +0100 Subject: [PATCH] remove unused aliases, minor new things --- zshrc | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/zshrc b/zshrc index ce93af9..09a3e54 100644 --- a/zshrc +++ b/zshrc @@ -1,12 +1,19 @@ -# Some configuration +###################### +# Some configuration # +###################### +# keychain zstyle :omz:plugins:keychain agents ssh zstyle :omz:plugins:keychain identities id_rsa zstyle :omz:plugins:keychain options --quiet -# load zgen +############# +# Load zgen # +############# source "${HOME}/.zgen/zgen.zsh" -# if the init scipt doesn't exist +####################################### +# Plugins and configuration generator # +####################################### if ! zgen saved; then # specify plugins here