Load work config if present

This commit is contained in:
Kenneth Benzie 2018-08-20 10:23:33 +01:00
parent ada3cb7d3d
commit 90b3e24789

3
zshrc
View File

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