Rename the $XDG_DOCUMENTS_DIR folder

This commit is contained in:
Alexander Hess 2024-02-15 23:14:57 +01:00
commit b64b7ac6cb
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
5 changed files with 14 additions and 21 deletions

View file

@ -41,7 +41,7 @@ if _command_exists pip; then
# Ensure `pipx` is installed in the user's local environment
pip install --upgrade --user pipx
if [ -d "$HOME/data/getraenkemarkt" ]; then
if [ -d "$HOME/Cloud/Getraenkemarkt" ]; then
# (Re-)Install `mackup` via `pipx` in the user's local environment
export PIPX_BIN_DIR=$XDG_BIN_HOME