misc work fixes

This commit is contained in:
Barak Michener 2019-01-29 16:02:37 -08:00
parent b1f0fba89a
commit 9a13fa283d
11 changed files with 131 additions and 37 deletions

2
.zshrc
View file

@ -131,3 +131,5 @@ if [ -f '/home/barak/local/google-cloud-sdk/path.zsh.inc' ]; then source '/home/
# The next line enables shell command completion for gcloud.
if [ -f '/home/barak/local/google-cloud-sdk/completion.zsh.inc' ]; then source '/home/barak/local/google-cloud-sdk/completion.zsh.inc'; fi
if [ -f "$HOME/.zshrc_work" ]; then source "$HOME/.zshrc_work"; fi