aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-04-04 06:16:27 -0300
committerEuAndreh <eu@euandre.org>2023-04-04 06:16:27 -0300
commit42478e2527c5fb5f52f17061518a90d848cb2eb5 (patch)
tree954faa243502f36079379c0c323a7a247e48647b
parentshare/aux/: Update aux db for new declarative format (diff)
downloaddotfiles-42478e2527c5fb5f52f17061518a90d848cb2eb5.tar.gz
dotfiles-42478e2527c5fb5f52f17061518a90d848cb2eb5.tar.xz
bin/aux: Update path to repository db
-rwxr-xr-xbin/aux2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/aux b/bin/aux
index 50170c9..93952b9 100755
--- a/bin/aux
+++ b/bin/aux
@@ -66,7 +66,7 @@ while getopts 'h' flag; do
done
shift $((OPTIND - 1))
-D="${XDG_DATA_HOME:-$HOME/.local/share}"/aux-repo
+D="${XDG_DATA_HOME:-$HOME/.local/share}"/aux
cp_all() {
from="$1"