summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
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