1
0
Fork 0

fix generic path

This commit is contained in:
Maurice Audin 2024-06-12 17:33:43 +02:00
parent da5be36ffb
commit 47ba7f31d0

View file

@ -12,9 +12,9 @@ bt-release() {ssh root@$1 cat /etc/debian_version}
# Google Cloud
# 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.
source '/home/hybris/dev/bearstech/google-cloud-sdk/completion.zsh.inc'
source ~/dev/bearstech/google-cloud-sdk/completion.zsh.inc
# OVH cloud
nova-env() {source $INFRA/cloud/ovh-$1.env}