X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/15d7471349f4acf349126b16927e0e8b2e654298..bf85471f2e8b2f53d91d284c417af8279a314039:/programs/bash.json diff --git a/programs/bash.json b/programs/bash.json index 3a7d2a4..73bb82f 100644 --- a/programs/bash.json +++ b/programs/bash.json @@ -1,10 +1,40 @@ { - "name": "bash", "files": [ { - "path": "${HOME}/.bash_history", + "path": "$HOME/.bash_logout", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://savannah.gnu.org/support/?108134\n" + }, + { + "path": "$HOME/.bash_login", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://savannah.gnu.org/support/?108134\n" + }, + { + "path": "$HOME/.bash_profile", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://savannah.gnu.org/support/?108134\n" + }, + { + "path": "$HOME/.bash_aliases", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://savannah.gnu.org/support/?108134\n" + }, + { + "path": "$HOME/.bashrc", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://savannah.gnu.org/support/?108134\n" + }, + { + "path": "$HOME/.oh-my-bash", + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport OSH=\"${XDG_DATA_HOME}/oh-my-bash\"\n```\n" + }, + { + "path": "$HOME/.bash_history", "movable": true, - "help": "Export the following environment variables:\n\n```bash\nexport HISTFILE=${XDG_STATE_HOME}/bash/history\n```\n" + "help": "Export the following environment variables:\n\n```bash\nexport HISTFILE=\"${XDG_STATE_HOME}\"/bash/history\n```\n" } - ] + ], + "name": "bash" }