Update .zshrc

This commit is contained in:
Kasper Juul Hermansen 2023-08-25 22:41:04 +02:00
parent 77ebc6ca8c
commit 00e073d7db
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -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"