X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/75ec41d18b840becd2055a79b2ec266bec6f13d6..b1e9bca3febc4ee29b647b1afcd575acf8edeaa2:/programs/bash.json?ds=sidebyside 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" } ] }