From 6ecc1ab582f4eb4bdcdae749616701a8730e7b37 Mon Sep 17 00:00:00 2001 From: maudin Date: Tue, 30 Jan 2018 17:37:08 +0100 Subject: [PATCH] add keychain --- hybris.zsh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hybris.zsh b/hybris.zsh index 8e9b857..cf3c33f 100644 --- a/hybris.zsh +++ b/hybris.zsh @@ -4,6 +4,9 @@ function precmd() {echo -n -e "\a"} # do not share history between terms... unsetopt share_history +# Load keychain +keychain -q + # Everyday aliases cless() {for a in $@; do colorize_via_pygmentize $a | less; done} e() {emacsclient -n $@ > /dev/null 2>&1} @@ -27,4 +30,3 @@ export PATH=$HOME/.scripts:$PATH export READNULLCMD=${PAGER:-/usr/bin/pager} export WATCH=all export WATCHFMT="%n has %a %l from %M" -