aboutsummaryrefslogtreecommitdiff
path: root/bash/symlinks.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bash/symlinks.sh')
-rw-r--r--bash/symlinks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/symlinks.sh b/bash/symlinks.sh
index 3301882..a7d92be 100644
--- a/bash/symlinks.sh
+++ b/bash/symlinks.sh
@@ -9,7 +9,7 @@ function upsert_dir_symlink() {
}
export -f upsert_dir_symlink
-upsert_dir_symlink "$DOTFILES/encrypted/borg" ~/.config/borg
+upsert_dir_symlink "$HOME/dev/libre/borg/config" ~/.config/borg
ln -fs "$DOTFILES/bash/bashrc.sh" ~/.bashrc
ln -fs "$DOTFILES/bash/bash_profile.sh" ~/.bash_profile