summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/.zshrc4
1 files changed, 4 insertions, 0 deletions
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"