]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/bash.json
Add support for 1Password CLI. (#493)
[xdg-ninja.git] / programs / bash.json
index 9f028da8b84ded12238f5de6292c1cf5d2a0923a..cf6e5fa272777d439528792c234f0436588e4058 100644 (file)
@@ -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_CACHE_HOME}/bash/history\n```\n"
+            "help": "Export the following environment variables:\n\n```bash\nexport HISTFILE=\"${XDG_STATE_HOME}\"/bash/history\n```\n and create the exported file (it is not created automatically)\n"
         }
-    ]
+    ],
+    "name": "bash"
 }