mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Name fix
This commit is contained in:
parent
b326820004
commit
d4ea17111e
3 changed files with 6 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/zsh
|
||||
|
||||
### Better prompt the user!
|
||||
echo -n "Are you sure to completely remove OH MY ZSH?"
|
||||
echo -n "Are you sure to completely remove Oh My Zsh?"
|
||||
read "a? [type 'yes' to continue] "
|
||||
if [[ $a != "yes" ]]; then
|
||||
return 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue