From 549a63a8c4e5824177b9b6e19c318da5a6b63b27 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 9 Feb 2026 10:34:33 -0600 Subject: add borg config to zsh --- zsh/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 1019bba..01e2f9c 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -11,6 +11,10 @@ fi export PATH="/Users/cmc/.local/xonsh-env/xbin:$PATH" export GPG_TTY=$(tty) +# borgbackup +export BORG_CACHE_DIR="/tank/borg-cache" +mkdir -p /tank/borg-cache + # NVM Configuration export NVM_DIR="$HOME/.nvm" [ -s "/opt/homebrew/opt/nvm/nvm.sh" ] && \. "/opt/homebrew/opt/nvm/nvm.sh" -- cgit v1.2.3