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

Re: MPlayer function



Bruno Bonfils wrote:
> PS : i'm looking for the way to do a periodic rehash.. it's possible ?

would you believe
  periodic() { rehash; }
?  You need to pick a period in seconds.
  PERIOD=60

It will only run before a prompt, but that's when you need it.

-- 
Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>
Work: pws@xxxxxxx
Web: http://www.pwstephenson.fsnet.co.uk



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