]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Update ohmyzsh.json
authorMario A <10923513+Midblyte@users.noreply.github.com>
Tue, 16 May 2023 14:51:11 +0000 (14:51 +0000)
committerGitHub <noreply@github.com>
Tue, 16 May 2023 14:51:11 +0000 (14:51 +0000)
Add support for .zshrc.pre-oh-my-zsh

programs/ohmyzsh.json

index 6593cdd18f7b04fe96cb2fe56a45e01a8eeee633..2c60285ad68b797e60d033dbda2aaa554d94309a 100644 (file)
@@ -4,6 +4,11 @@
             "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"
         }
     ],
     "name": "ohmyzsh"