summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 0ccc7bb..c7dd720 100644
--- a/.zshrc
+++ b/.zshrc
@@ -688,6 +688,10 @@ fi
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh
+if [[ -e ~/perl5 ]]; then
+ eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
+fi
+
#if type keychain >/dev/null; then
#eval $(keychain --eval -q)
#fi