Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: MPlayer function
- X-seq: zsh-workers 16542
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: MPlayer function
- Date: Sun, 03 Feb 2002 18:38:43 +0000
- In-reply-to: "Bruno Bonfils"'s message of "Sun, 03 Feb 2002 19:04:40 +0100." <20020203180440.GA9258@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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