Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Fwd: Problem with RM_STAR_WAIT



Probably this is more important for zsh-workers list.

---------- Forwarded message ----------
From: İsmail Dönmez <ismail@xxxxxxxxx>
Date: Thu, Nov 14, 2013 at 1:59 PM
Subject: Problem with RM_STAR_WAIT
To: zsh-users@xxxxxxx


[/havana/t/z]> setopt RM_STAR_WAIT

[/havana/t/z]> touch a b c d e

[/havana/t/z]> rm *
zsh: sure you want to delete all the files in /havana/t/z? (waiting ten
seconds)^C
 [yn]? y

[/havana/t/z]> ls
a  b  c  d  e

After CTRL-C I think zsh should just stop processing and don't ask the
yes/no, because entering 'y' here has no effect.

Also, is there a way to change the time interval (default is 10 seconds) ?

Regards,
ismail


Messages sorted by: Reverse Date, Date, Thread, Author