X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/89ed0fd2756b4b54b0afc0741db5ee46f097a48b..7ce8afc509d3380561c190cb0debca42d12be68e:/programs/weechat.json diff --git a/programs/weechat.json b/programs/weechat.json index 3b4eb80..2fb5162 100644 --- a/programs/weechat.json +++ b/programs/weechat.json @@ -2,9 +2,9 @@ "name": "weechat", "files": [ { - "path": "${HOME}/.weechat", + "path": "$HOME/.weechat", "movable": 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" + "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" } ] }