diff --git a/.zshrc b/.zshrc index 42ea5ce..4761e73 100644 --- a/.zshrc +++ b/.zshrc @@ -145,3 +145,5 @@ if [ $commands[kubectl] ]; then fi export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH" + +if [ -f "$HOME/.zsh_work_rc" ]; then source $HOME/.zsh_work_rc; fi