From 9ac8f2b2bb937d8f88aa9a411ed8b75690c98f90 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sat, 22 Oct 2016 19:20:16 +0200 Subject: [PATCH] Add pew zsh config --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 1474196..3017f27 100644 --- a/.zshrc +++ b/.zshrc @@ -47,3 +47,6 @@ pgrep -x -u "${USER}" gpg-agent >/dev/null 2>&1 && export SSH_AGENT_PID=$(pgrep # Aliases [ -f "$HOME/.aliases" ] && . "$HOME/.aliases" + +# Pew +hash pew 2>/dev/null && source $(pew shell_config)