X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/768ac4e34f986584eb816b72cb375d713ca963b1..f0e4b7f74bd2069ed8739319b588fbd6dfa91cbb:/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" } ] }