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"