mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-04-22 22:33:29 +02:00
c81804825c
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.