diff --git a/bearstech.zsh b/bearstech.zsh index 05d2bf8..6ec62f8 100644 --- a/bearstech.zsh +++ b/bearstech.zsh @@ -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}