From 00e073d7db143e2095f9730a990656c3be8f62c2 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 25 Aug 2023 22:41:04 +0200 Subject: [PATCH] Update .zshrc --- dot_zshrc.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index f493001..40cfb65 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -25,10 +25,16 @@ export GITHUB_ACCESS_TOKEN="$GITHUB_TOKEN" export HOMEBREW_GITHUB_API_TOKEN="$GITHUB_ACCESS_TOKEN" export GITHUB_LUNAR_CI_TOKEN="$GITHUB_ACCESS_TOKEN" export RENOVATE_TOKEN={{ .renovate_token | quote }} + +# Toolkit export SRC_ENDPOINT=https://lunar.sourcegraph.com export SRC_ACCESS_TOKEN={{ .source_graph_token | quote }} export GITHUB_FC_ROOT="$HOME/git/github.com" export GITHUB_FC_ORGS="lunarway,kjuulh" + +export GITEA_FUZZY_CLONE_ROOT="$HOME/git/git.front.kjuulh.io" +export GITEA_FUZZY_CLONE_ORGS="kjuulh" + export BITEME_ROOT="$HOME/Documents/vaults/kjuulh" alias devshuttle="$HOME/go/bin/shuttle"