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