From dbdbef6fb19b6bc407e54329170ec33212d32c5d Mon Sep 17 00:00:00 2001 From: maudin Date: Wed, 24 May 2017 17:25:11 +0200 Subject: [PATCH] add ovh cloud configuration --- bearstech.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bearstech.zsh b/bearstech.zsh index 7672bca..c8b0444 100644 --- a/bearstech.zsh +++ b/bearstech.zsh @@ -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 +source '/home/hybris/dev/bearstech/ovh.sh'