From: Mario A <10923513+Midblyte@users.noreply.github.com> Date: Thu, 1 Jun 2023 09:56:37 +0000 (+0200) Subject: Update ohmyzsh.json X-Git-Tag: v0.2.0.2~25^2~1 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/5e696c84c18008ed90c9b965c56cf32144b6fdd6?ds=inline Update ohmyzsh.json 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> --- diff --git a/programs/ohmyzsh.json b/programs/ohmyzsh.json index 2c60285..8eb6c92 100644 --- a/programs/ohmyzsh.json +++ b/programs/ohmyzsh.json @@ -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"