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

Completion on simple commande



Hi,

I use an zsh function to launch the graphical application. But I don't
know how have the completion on my function.

My function is :
function start (){
    $@ > /dev/null 2> /dev/null &
}

And I want can type :
start fire<tab>

To launch firefox. In bash I know the "complete" commande but I don't
know the zsh metode.

Can you help me, please ?
_____________________
Michel BARRET



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