]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/bashdb.json
Add zsh-evalcache (#430)
[xdg-ninja.git] / programs / bashdb.json
1 {
2 "files": [
3 {
4 "path": "$HOME/.bashdb_hist",
5 "movable": false,
6 "help": "_This file is hardcoded, see [here](https://sourceforge.net/p/bashdb/code/ci/bash-5.1/tree/lib/hist.sh#l28)._\n"
7 },
8 {
9 "path": "$HOME/.bashdbinit",
10 "movable": true,
11 "help": "Alias bashdb to use a custom init file location:\n\n```bash\nalias bashdb='bashdb -x ${XDG_CONFIG_HOME:-$HOME/.config}/bashdb/bashdbinit'\n```\n"
12 }
13 ],
14 "name": "bashdb"
15 }