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