google cloud paths
This commit is contained in:
parent
781781e616
commit
e163f941df
10
.profile
10
.profile
@ -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
|
Loading…
Reference in New Issue
Block a user