From c2fa140d9b883fd893926f7a7667e167c09b62c4 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 31 Mar 2023 22:39:53 +0300 Subject: [PATCH] bashrc: Set the host for the GitLab CLI. --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index c373144..a54e4c4 100644 --- a/.bashrc +++ b/.bashrc @@ -27,6 +27,7 @@ export CLOUDSDK_ACTIVE_CONFIG_NAME='shore' export DOCKER_BUILDKIT=1 export EDITOR=vim export GITLAB_BASE_URL='https://git.shore.co.il/api/v4' +export GITLAB_HOST='https://git.shore.co.il' export GOPATH="$HOME/.local/golang" export HELM_HOME="$HOME/.helm" export HISTCONTROL=ignoreboth:erasedups -- GitLab