]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Fix `.tmux` output suggesting incorrect target path. (#415)
authorEdgar Orendain <edgar@orendainx.com>
Mon, 17 Jun 2024 19:20:37 +0000 (12:20 -0700)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2024 19:20:37 +0000 (21:20 +0200)
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`).

programs/tmux.json

index d044e34aba7f1a2ed12fac680bc744f627b92d29..35ef7bf1bb4d8f6a9f807c5a2366f2848c207bf4 100644 (file)
@@ -9,7 +9,7 @@
         {
             "path": "$HOME/.tmux",
             "movable": true,
         {
             "path": "$HOME/.tmux",
             "movable": true,
-            "help": "Set this in your tmux.conf:\n\n```set-environment -g TMUX_PLUGIN_MANAGER_PATH '~/.local/share/tmux/plugins'```\n\nThen update the path to tpm to:\n\n```run '~/.local/share/tmux/plugins/tpm/tpm'```\n\nNow move .tmux to _XDG_CONFIG_HOME_/tmux.\n"
+            "help": "Set this in your tmux.conf:\n\n```set-environment -g TMUX_PLUGIN_MANAGER_PATH '~/.local/share/tmux/plugins'```\n\nThen update the path to tpm to:\n\n```run '~/.local/share/tmux/plugins/tpm/tpm'```\n\nNow move .tmux to _XDG_DATA_HOME_/tmux.\n"
         }
     ]
 }
         }
     ]
 }