From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Thu, 28 Sep 2023 12:26:34 +0000 (+0200) Subject: Merge pull request #264 from Midblyte/main X-Git-Tag: v0.2.0.2~25 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/47a833ae2a48072598802ad017d2113c2cd9e65d?hp=7ceabd6a819b6b6dcff371bf13ff6881b7647218 Merge pull request #264 from Midblyte/main --- diff --git a/programs/ohmyzsh.json b/programs/ohmyzsh.json index 6593cdd..8eb6c92 100644 --- a/programs/ohmyzsh.json +++ b/programs/ohmyzsh.json @@ -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" diff --git a/programs/zsh.json b/programs/zsh.json index ca54653..b908485 100644 --- a/programs/zsh.json +++ b/programs/zsh.json @@ -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 +}