On 9/13/06, Xavier Douville <[EMAIL PROTECTED]> wrote: > Thanks, I tested your patch and it seems to works. > > However, > > [EMAIL PROTECTED] ~> echo $PATH > /usr/local/bin /usr/bin /bin /usr/bin/X11 /usr/games /usr/X11R6/bin > > So, /sbin and /usr/sbin aren't in my $PATH, which is a problem for sudo > and fakeroot. > Maybe we should consider adding hardcoded paths like /sbin and /usr/sbin > for those two commands (this is what bash_completion do)
Nicely spotted. Added for sudo. Fish doesn't have any fakeroot completions yet, so I haven't added anything there. Patches are welcome... :) > > Xavier > > Axel Liljencrantz wrote: > > On 9/11/06, Xavier Douville <[EMAIL PROTECTED]> wrote: > >> Hi > >> > >> The completion for sudo, time and nice doesn't work. > >> The problem is probably in __fish_complete_subcommand.fish > > > > I can repeat this problem. I'll look into it. > > > > Thanks for the report! > > > >> > >> fish, version 1.21.10 > >> > >> Xavier Douville > > > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Fish-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/fish-users > -- Axel ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
