fix generic path
This commit is contained in:
parent
da5be36ffb
commit
47ba7f31d0
1 changed files with 2 additions and 2 deletions
|
|
@ -12,9 +12,9 @@ bt-release() {ssh root@$1 cat /etc/debian_version}
|
||||||
|
|
||||||
# Google Cloud
|
# Google Cloud
|
||||||
# The next line updates PATH for the Google Cloud SDK.
|
# The next line updates PATH for the Google Cloud SDK.
|
||||||
source '/home/hybris/dev/bearstech/google-cloud-sdk/path.zsh.inc'
|
source ~/dev/bearstech/google-cloud-sdk/path.zsh.inc
|
||||||
# The next line enables shell command completion for gcloud.
|
# The next line enables shell command completion for gcloud.
|
||||||
source '/home/hybris/dev/bearstech/google-cloud-sdk/completion.zsh.inc'
|
source ~/dev/bearstech/google-cloud-sdk/completion.zsh.inc
|
||||||
|
|
||||||
# OVH cloud
|
# OVH cloud
|
||||||
nova-env() {source $INFRA/cloud/ovh-$1.env}
|
nova-env() {source $INFRA/cloud/ovh-$1.env}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue