misc work fixes
This commit is contained in:
parent
b1f0fba89a
commit
9a13fa283d
11 changed files with 131 additions and 37 deletions
2
.zshrc
2
.zshrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue