update aliases bench and task
This commit is contained in:
parent
8e74da7b16
commit
74e2886998
5 changed files with 36 additions and 5 deletions
11
.bashrc
11
.bashrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue