X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/75ec41d18b840becd2055a79b2ec266bec6f13d6..3a3286892aa9d3646ff9962e7c4aa74bd98b0e2a:/programs/bash.json diff --git a/programs/bash.json b/programs/bash.json index 3a7d2a4..7bcad1e 100644 --- a/programs/bash.json +++ b/programs/bash.json @@ -4,7 +4,7 @@ { "path": "${HOME}/.bash_history", "movable": true, - "help": "Export the following environment variables:\n\n```bash\nexport HISTFILE=${XDG_STATE_HOME}/bash/history\n```\n" + "help": "Export the following environment variables:\n\n```bash\nexport HISTFILE=\"${XDG_STATE_HOME}\"/bash/history\n```\n" } ] }