]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/bash.json
Add zsh-evalcache (#430)
[xdg-ninja.git] / programs / bash.json
1 {
2 "files": [
3 {
4 "path": "$HOME/.bash_logout",
5 "movable": false,
6 "help": "Currently unsupported.\n\n_Relevant issue:_ https://savannah.gnu.org/support/?108134\n"
7 },
8 {
9 "path": "$HOME/.bash_login",
10 "movable": false,
11 "help": "Currently unsupported.\n\n_Relevant issue:_ https://savannah.gnu.org/support/?108134\n"
12 },
13 {
14 "path": "$HOME/.bash_profile",
15 "movable": false,
16 "help": "Currently unsupported.\n\n_Relevant issue:_ https://savannah.gnu.org/support/?108134\n"
17 },
18 {
19 "path": "$HOME/.bash_aliases",
20 "movable": false,
21 "help": "Currently unsupported.\n\n_Relevant issue:_ https://savannah.gnu.org/support/?108134\n"
22 },
23 {
24 "path": "$HOME/.bashrc",
25 "movable": false,
26 "help": "Currently unsupported.\n\n_Relevant issue:_ https://savannah.gnu.org/support/?108134\n"
27 },
28 {
29 "path": "$HOME/.oh-my-bash",
30 "movable": true,
31 "help": "Export the following environment variables:\n\n```bash\nexport OSH=\"$XDG_DATA_HOME/oh-my-bash\"\n```\n"
32 },
33 {
34 "path": "$HOME/.bash_history",
35 "movable": true,
36 "help": "Export the following environment variables:\n\n```bash\nexport HISTFILE=\"${XDG_STATE_HOME}\"/bash/history\n```\n"
37 }
38 ],
39 "name": "bash"
40 }