From 5e696c84c18008ed90c9b965c56cf32144b6fdd6 Mon Sep 17 00:00:00 2001 From: Mario A <10923513+Midblyte@users.noreply.github.com> Date: Thu, 1 Jun 2023 11:56:37 +0200 Subject: [PATCH] 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> --- programs/ohmyzsh.json | 5 +++++ 1 file changed, 5 insertions(+) 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" -- 2.47.3