Add source work.zsh when present

This commit is contained in:
Kevin Cotugno 2019-10-02 07:52:33 -07:00
parent c0426b0946
commit 4995ffb3e7

4
.zshrc
View File

@ -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"