From 4995ffb3e7dbe21786791d5c505946b33e61465e Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Wed, 2 Oct 2019 07:52:33 -0700 Subject: [PATCH] Add source work.zsh when present --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index 21441bc..7573251 100644 --- a/.zshrc +++ b/.zshrc @@ -51,6 +51,10 @@ else export EDITOR="vi" fi +if [[ -f "$HOME/work.zsh" ]]; then + source "$HOME/work.zsh" +fi + function passgen () { local len="$1" local lower="$2"