google cloud paths

This commit is contained in:
Matthias Kretschmann 2017-01-21 01:13:11 +01:00
parent 781781e616
commit e163f941df
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC
1 changed files with 10 additions and 0 deletions

View File

@ -15,3 +15,13 @@ fi
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
# The next line updates PATH for the Google Cloud SDK.
if [ -f /home/m/code/google-cloud-sdk/path.bash.inc ]; then
source '/home/m/code/google-cloud-sdk/path.bash.inc'
fi
# The next line enables shell command completion for gcloud.
if [ -f /home/m/code/google-cloud-sdk/completion.bash.inc ]; then
source '/home/m/code/google-cloud-sdk/completion.bash.inc'
fi