X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/c80f3f88dc3dd768fb690d49a7ec4bfcb7cf4bc0..62775460e122ea373116c814b110f2485ab6bd64:/programs/weechat.json diff --git a/programs/weechat.json b/programs/weechat.json index d50e22e..3de1e47 100644 --- a/programs/weechat.json +++ b/programs/weechat.json @@ -2,9 +2,9 @@ "name": "weechat", "files": [ { - "path": "${HOME}/.weechat", - "moveable": true, - "help": "Export the following environment variables:\n\n```bash\nexport WEECHAT_HOME=${XDG_CONFIG_HOME}/weechat\n```\nAlias weechat to use custom locations:\n\n```bash\nalias weechat=weechat -d ${XDG_CONFIG_HOME}/weechat```\n" + "path": "$HOME/.weechat", + "movable": true, + "help": "Supported by default.\n\nYou can move the files like this:\n```bash\nmkdir -p \"$XDG_CONFIG_HOME\"/weechat\nmkdir -p \"$XDG_DATA_HOME\"/weechat\nmv ~/.weechat/weechat.log \"$XDG_DATA_HOME\"/weechat\nmv ~/.weechat/*.conf \"$XDG_CONFIG_HOME\"/weechat\nrm -rv ~/.weechat\n```\n" } ] }