diff options
| author | Christian Cleberg <[email protected]> | 2026-02-09 10:34:33 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-02-09 10:34:33 -0600 |
| commit | 549a63a8c4e5824177b9b6e19c318da5a6b63b27 (patch) | |
| tree | b7f3ae9a5deacbcf6b343c4f6cbb4a75e0c80670 | |
| parent | 0e7014f8522c7f973604e455ef9b5caf8db16559 (diff) | |
| download | dotfiles-549a63a8c4e5824177b9b6e19c318da5a6b63b27.tar.gz dotfiles-549a63a8c4e5824177b9b6e19c318da5a6b63b27.tar.bz2 dotfiles-549a63a8c4e5824177b9b6e19c318da5a6b63b27.zip | |
add borg config to zsh
| -rw-r--r-- | zsh/.zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |
