]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Update ohmyzsh.json
authorMario A <10923513+Midblyte@users.noreply.github.com>
Thu, 1 Jun 2023 09:56:37 +0000 (11:56 +0200)
committerMario A <10923513+Midblyte@users.noreply.github.com>
Thu, 1 Jun 2023 09:56:37 +0000 (11:56 +0200)
Add support for .zshrc.pre-oh-my-zsh-YYYY-mm-dd_HH-MM-SS

Signed-off-by: Mario A <10923513+Midblyte@users.noreply.github.com>
programs/ohmyzsh.json

index 2c60285ad68b797e60d033dbda2aaa554d94309a..8eb6c92d5faee1bf954947136c30175101a2e020 100644 (file)
@@ -9,6 +9,11 @@
             "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"