]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/bash.json
fix: update bash and zsh history file locations to use XDG_STATE_HOME
[xdg-ninja.git] / programs / bash.json
1 {
2 "name": "bash",
3 "files": [
4 {
5 "path": "${HOME}/.bash_history",
6 "movable": true,
7 "help": "Export the following environment variables:\n\n```bash\nexport HISTFILE=${XDG_STATE_HOME}/bash/history\n```\n"
8 }
9 ]
10 }