Hello Axel, I found a minor problem with /etc/fish. You mistyped the new path. You had /usr/share/completions instead of /usr/share/fish/completions. Here is a diff.
10,11c10,11 < set -g fish_function_path ~/.fish.d/functions /etc/fish.d/functions /usr/share/fish/functions < set -g fish_complete_path ~/.fish.d/completions /etc/fish.d/completions /usr/share/fish/completions --- > set -g fish_function_path ~/.fish.d/functions /etc/fish.d/functions /usr/share/functions > set -g fish_complete_path ~/.fish.d/completions /etc/fish.d/completions /usr/share/completions Sean On Friday 24 February 2006 21:41, Axel Liljencrantz wrote: > It's a great pleasure to announce fish 1.21.0. This release is largely > based on contributions from people who share the common property of > not being me, which is nice any way you look at it. > > Here are the highlights of the new release; or at least the ones I can > remember: > > Hermann J. Beckers and Jan Fader have made a nearly complete german > translation, which is a huge undertaking. Very nice work. Hermann has > also continually fed me fixes of a huge numbers of english spelling > mistakes and poor wordings during his traslation work, leading to > better english messages as well. > > Nick Pilon has written command specific completions for svn and cvs > that do all sorts of clever things. These are among the most advanced > completions fish has. > > Nick Pilon has also been busy fixing OS X specific problems, which is > always nice, since no one has thought of giving me a Mac mini yet. My > birthday is May 20, and I promise to pretend to be surprised. ;) > > At the suggestion of Freso and jamessan, the fish directory hierarchy > has been updated to reflect the fact that completions are not really > configuration data. > > I have done some work that has lead to fish autoloading shellscript > functions when needed. This reduces memory usage, improves startup > time and makes it easier to deploy commands as shellscripts. All in > all a nicer way of handling shellscript functions. > > As usual, there are loads of bugfixes. A special mention should go to > Sean Higgins, who has been a huge help in tracking doen an evil bug > that cause crashes in rare situations. > > -- > Axel > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live > webcast and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 > _______________________________________________ > Fish-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/fish-users -- Sean Higgins, [EMAIL PROTECTED] http://www.systura.com - "Where information becomes knowledge." ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
