Load work config if present
This commit is contained in:
parent
ada3cb7d3d
commit
90b3e24789
3
zshrc
3
zshrc
@ -154,6 +154,9 @@ if [[ ! -z "$cursor_block" && ! -z "$cursor_line" ]]; then
|
|||||||
zle -N zle-line-finish
|
zle -N zle-line-finish
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Load work related config
|
||||||
|
[ -f ~/.config/work/zshrc ] && source ~/.config/work/zshrc
|
||||||
|
|
||||||
# Remove duplicates from environment variables
|
# Remove duplicates from environment variables
|
||||||
typeset -U PATH
|
typeset -U PATH
|
||||||
typeset -U MANPATH
|
typeset -U MANPATH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user