mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge d67fe0a6ce into 5667161d49
This commit is contained in:
commit
d6cc8c43dc
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
read -r -p "Are you sure you want to remove Oh My Zsh? [y/N] " confirmation
|
read -r -p "Are you sure you want to remove Oh My Zsh? [Y/N] " confirmation
|
||||||
if [ "$confirmation" != y ] && [ "$confirmation" != Y ]; then
|
if [ "$confirmation" != y ] && [ "$confirmation" != Y ]; then
|
||||||
echo "Uninstall cancelled"
|
echo "Uninstall cancelled"
|
||||||
exit
|
exit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue