From: Edgar Orendain Date: Mon, 17 Jun 2024 19:20:37 +0000 (-0700) Subject: Fix `.tmux` output suggesting incorrect target path. (#415) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/3d65bfc06ba12b428699d5cdaac99ed99afc0f75?hp=3d65bfc06ba12b428699d5cdaac99ed99afc0f75 Fix `.tmux` output suggesting incorrect target path. (#415) The previous `.tmux` output instructed users to update their TPM run command to `run ~/.local/share/...`, which is typically represented by `XDG_DATA_HOME`. However, the directions also told users to then move the corresponding `.tmux` directory to `XDG_CONFIG_HOME/tmux`. The two halves of the instructions were conflicting. To resolve this, this commit fixes the second half of the instructions with the correct target path (i.e., `XDG_DATA_HOME`). ---