add nova-env for ovh cloud management
This commit is contained in:
parent
df314fb3cb
commit
0f17e522d8
1 changed files with 4 additions and 1 deletions
|
|
@ -14,3 +14,6 @@ vpn-bear() {for i in $(nmcli con | grep vpn | grep -v -- -- | cut -d' ' -f1); do
|
|||
source '/home/hybris/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'
|
||||
|
||||
# OVH cloud
|
||||
nova-env () {source $INFRA/cloud/ovh-$1.env}
|
||||
Loading…
Reference in a new issue