mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +02:00
Uppercase
This commit is contained in:
parent
686e460258
commit
d67fe0a6ce
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
|
||||
echo "Uninstall cancelled"
|
||||
exit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue