From 90b3e24789d631399f68aecce70cdf0fe1feddce Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Mon, 20 Aug 2018 10:23:33 +0100 Subject: [PATCH] Load work config if present --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index 8c39a24..740d15c 100644 --- a/zshrc +++ b/zshrc @@ -154,6 +154,9 @@ if [[ ! -z "$cursor_block" && ! -z "$cursor_line" ]]; then zle -N zle-line-finish fi +# Load work related config +[ -f ~/.config/work/zshrc ] && source ~/.config/work/zshrc + # Remove duplicates from environment variables typeset -U PATH typeset -U MANPATH