aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-02 11:46:28 -0300
committerEuAndreh <eu@euandre.org>2019-06-02 11:46:28 -0300
commitf7bfd31dadd82b88d86e1773f9b6a661ec1ff982 (patch)
tree05f5f3f4a4a88f22f8eed20bc6b79244c7c5eff8 /bash
parentRemove encrypted/borg/ (diff)
downloaddotfiles-f7bfd31dadd82b88d86e1773f9b6a661ec1ff982.tar.gz
dotfiles-f7bfd31dadd82b88d86e1773f9b6a661ec1ff982.tar.xz
Use ~/dev/libre/borg/ repository for config
Diffstat (limited to 'bash')
-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