In yaourt.fish, substitute "complete -c pacman" with "complete -c yaourt"
everywhere, but leave "pacman -Q" and "pacman -Sl" as they are, because
yaourt versions of -Q and -Sl are nice and colorized but not good to be used
for the completion.
This command would do the trick (because without the "g" suffix, sed
substitutes only the first instance for each line):

    sed "s/pacman/yaourt/" pacman.fish > yaourt.fish

It works for me.
------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to