]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Added config for oh-my-zsh (#113)
authorHimprakash Deka <himprakashd@gmail.com>
Tue, 28 Jun 2022 09:52:03 +0000 (15:22 +0530)
committerGitHub <noreply@github.com>
Tue, 28 Jun 2022 09:52:03 +0000 (09:52 +0000)
Co-authored-by: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
programs/ohmyzsh.json [new file with mode: 0644]

diff --git a/programs/ohmyzsh.json b/programs/ohmyzsh.json
new file mode 100644 (file)
index 0000000..6593cdd
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.oh-my-zsh",
+            "movable": true,
+            "help": "See the relevant [issue](https://github.com/ohmyzsh/ohmyzsh/issues/9543).\n\nExport the following environment variables:\n\n```bash\nexport ZSH=\"$XDG_DATA_HOME\"/oh-my-zsh \n```\n"
+        }
+    ],
+    "name": "ohmyzsh"
+}