On 10/4/06, Axel Liljencrantz <[EMAIL PROTECTED]> wrote: > > > > Am I doing something wrong? > > As near as I can tell, you are doing everything right. But the > /etc/fish file should contain the following line: > > set -g fish_function_path ~/.fish.d/functions /etc/fish.d/functions > /usr/share/fish/functions
This was *not* set in /etc/fish. After setting it: ~> echo $fish_function_path /home/jhughes/.fish.d/functions /etc/fish.d/functions ~> However: ~> ls /home/jhughes/.fish.d/functions foo.fish* ptsdb.fish* pts.fish* [EMAIL PROTECTED] ~> foo fish: Unknown command 'foo' [EMAIL PROTECTED] ~> ~> fish --version fish, version 1.20.0 I'll try upgrading to 1.21.12 and see what happens. James ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
