]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add Eagle Mode, fix typo in help for Electrum (#477)
authorCameron Merkel <44722506+Cguy7777@users.noreply.github.com>
Sat, 7 Jun 2025 11:45:16 +0000 (06:45 -0500)
committerGitHub <noreply@github.com>
Sat, 7 Jun 2025 11:45:16 +0000 (13:45 +0200)
programs/eagle-mode.json [new file with mode: 0644]
programs/electrum.json

diff --git a/programs/eagle-mode.json b/programs/eagle-mode.json
new file mode 100644 (file)
index 0000000..79b35c0
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.eaglemode",
+            "movable": true,
+            "help": "Export the following environment variable:\n\n```bash\nexport EM_USER_CONFIG_DIR=\"$XDG_CONFIG_HOME\"/eaglemode\n```\n"
+        }
+    ],
+    "name": "Eagle Mode"
+}
index 6d7c00ac02c1e17c5d37701186825c84e2e07e7a..3c3e33c7448ce79ddc47a27cc5835d0f53007389 100644 (file)
@@ -3,8 +3,8 @@
         {
             "path": "$HOME/.electrum",
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport ELECTRUMDIR=\"$XDG_DATA_HOME/electrum\"\n```\n"
+            "help": "Export the following environment variables:\n\n```bash\nexport ELECTRUMDIR=\"$XDG_DATA_HOME\"/electrum\n```\n"
         }
     ],
     "name": "electrum"
-}
\ No newline at end of file
+}