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