update aliases bench and task

This commit is contained in:
Barak Michener 2014-09-11 15:20:03 -04:00
parent 8e74da7b16
commit 74e2886998
5 changed files with 36 additions and 5 deletions

11
.bashrc
View file

@ -136,3 +136,14 @@ if [ -n "`which fortune`" ]; then
fortune
fi
# The next line updates PATH for the Google Cloud SDK.
if [ -f ~/local/google-cloud-sdk/path.bash.inc ]; then
. ~/local/google-cloud-sdk/path.bash.inc
fi
# The next line enables bash completion for gcloud.
if [ -f ~/local/google-cloud-sdk/completion.bash.inc ]; then
. ~/local/google-cloud-sdk/completion.bash.inc
fi