0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00
ohmyzsh/tools
Marc Cornellà c81804825c
fix(installer): fix removal of OMZ directory on failure
When the `git init` call fails, the directory is not created,
so the rm command fails with a not found error. This change
checks whether the directory exists before deleting it.
2022-02-25 14:06:19 +01:00
..
changelog.sh fix(changelog): don't show changelog with only ignored type commits 2022-01-28 13:36:54 +01:00
check_for_upgrade.sh fix(updater): fix check for latest commit in local repository 2022-02-24 13:51:16 +01:00
install.sh fix(installer): fix removal of OMZ directory on failure 2022-02-25 14:06:19 +01:00
require_tool.sh Fix version parsing. Now working with command $ zsh --version 2011-04-13 17:24:44 +02:00
theme_chooser.sh feat(theme_chooser): display non-zero exit code (#8428) 2021-04-06 12:23:59 +02:00
uninstall.sh fix(uninstall): fix renaming .zshrc when no original rc file found 2021-03-15 19:51:31 +01:00
upgrade.sh style(updater): silence git pull output and show errors in English 2022-01-24 18:32:36 +01:00