From 581ad6fa0e3651734d8a625de608ba5b776a2f9c Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 16 Sep 2013 16:19:49 +0200 Subject: zshrc: move gpg-agent source down a bit Possible errors will now be shown after sysinfo and there's commented code for keychain if need. Signed-off-by: Florian Pritz --- .zshrc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index f582b44..5bb7ae0 100644 --- a/.zshrc +++ b/.zshrc @@ -326,8 +326,6 @@ hglob() { echo /proc/*/cwd(:h:t:s/self//) # Analog zu >ps ax | awk '{print $1}'<" } -source ${HOME}/bin/gpg-agent.sh - # swaps 2 files swap() { if [[ -z $1 ]] || [[ -z $2 ]] || [[ $1 = "-h" ]]; then @@ -679,6 +677,12 @@ if [[ -e $HOME/git/dotfiles/.zsh/zsh-syntax-highlighting-git/zsh-syntax-highligh source $HOME/git/dotfiles/.zsh/zsh-syntax-highlighting-git/zsh-syntax-highlighting.zsh fi +source $HOME/bin/gpg-agent.sh + +#if type keychain >/dev/null; then + #eval $(keychain --eval -q) +#fi + # }}} # Show again -- cgit v1.2.3-24-g4f1b