X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/b1e9bca3febc4ee29b647b1afcd575acf8edeaa2..4c6cb2b8d97352eb5c1dbb39ee40466e59b2eacd:/programs/bash.json diff --git a/programs/bash.json b/programs/bash.json index 7bcad1e..6b468cc 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" } - ] + ], + "name": "bash" }