]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge pull request #264 from Midblyte/main
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Thu, 28 Sep 2023 12:26:34 +0000 (14:26 +0200)
committerGitHub <noreply@github.com>
Thu, 28 Sep 2023 12:26:34 +0000 (14:26 +0200)
programs/ohmyzsh.json
programs/zsh.json

index 6593cdd18f7b04fe96cb2fe56a45e01a8eeee633..8eb6c92d5faee1bf954947136c30175101a2e020 100644 (file)
@@ -4,6 +4,16 @@
             "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"
+        },
+        {
+            "path": "$HOME/.zshrc.pre-oh-my-zsh",
+            "movable": true,
+            "help": "If it exists, it is used when switching back to the default shell you had before installing Oh My Zsh. See the [FAQ](https://github.com/ohmyzsh/ohmyzsh/wiki/FAQ#how-do-i-uninstall-oh-my-zsh) for more information.\n\nYou can either back it up elsewhere or delete it.\n"
+        },
+        {
+            "path": "$HOME/.zshrc.pre-oh-my-zsh-[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]_[0-9][0-9]-[0-9][0-9]-[0-9][0-9]",
+            "movable": true,
+            "help": "If it exists, it is used when switching back to the default shell you had before installing Oh My Zsh. See the [FAQ](https://github.com/ohmyzsh/ohmyzsh/wiki/FAQ#how-do-i-uninstall-oh-my-zsh) for more information.\n\nYou can either back it up elsewhere or delete it.\n"
         }
     ],
     "name": "ohmyzsh"
index ca546538c9977467d67d25e3ca52f67a81a4bf6a..b908485a19739f6f3d474bacfe621c2952015b4f 100644 (file)
@@ -8,7 +8,7 @@
         {
             "help": "Set this in your zshrc:\n\n```bash\ncompinit -d \"$XDG_CACHE_HOME\"/zsh/zcompdump-\"$ZSH_VERSION\"\n```\n",
             "movable": true,
-            "path": "$HOME/.zcompdump"
+            "path": "$HOME/.zcompdump*"
         },
         {
             "help": "Set this in your zshrc:\n\n```bash\nexport HISTFILE=\"$XDG_STATE_HOME\"/zsh/history\n```\n",
@@ -47,4 +47,4 @@
         }
     ],
     "name": "zsh"
-}
\ No newline at end of file
+}