add ovh cloud configuration
This commit is contained in:
parent
5c52d77bc6
commit
dbdbef6fb1
1 changed files with 3 additions and 0 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'
|
source '/home/hybris/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 '/home/hybris/dev/bearstech/google-cloud-sdk/completion.zsh.inc'
|
||||||
|
|
||||||
|
# OVH
|
||||||
|
source '/home/hybris/dev/bearstech/ovh.sh'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue