summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-09-16 16:19:49 +0200
committerFlorian Pritz <bluewind@xinu.at>2013-09-16 16:19:49 +0200
commit581ad6fa0e3651734d8a625de608ba5b776a2f9c (patch)
tree32cfdc28f9992479b8add7b06c452c0968c76ad1 /.zshrc
parent6eeb7ef35da0a834c511488fcf97746aeaca9afd (diff)
downloaddotfiles-581ad6fa0e3651734d8a625de608ba5b776a2f9c.tar.gz
dotfiles-581ad6fa0e3651734d8a625de608ba5b776a2f9c.tar.xz
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 <bluewind@xinu.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc8
1 files changed, 6 insertions, 2 deletions
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