This commit is contained in:
Barak Michener 2020-08-06 19:34:14 +00:00
parent 2c34a6dd6b
commit f14af11d89

2
.zshrc
View file

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