X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/c80f3f88dc3dd768fb690d49a7ec4bfcb7cf4bc0..650f990bec047637e0fa63bbbd82ce30f57a0b4a:/programs/bash.json?ds=inline diff --git a/programs/bash.json b/programs/bash.json index 7b8feec..3a7d2a4 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" } ] }