On Wed, Feb 4, 2009 at 9:58 AM, Axel Liljencrantz
<liljencra...@gmail.com> wrote:
> That should not fail, and doesn't seem to fail for me. By using the dynamic
> function loading infrastructure, you get many advantages:

I've narrowed it down to having $XDG_CONFIG_HOME set to $HOME, and not
$HOME/.config

Steps to reproduce (with an empty config.fish):

 % set -x XDG_CONFIG_HOME $HOME
 % function hello
                     echo 'hello'
               end
 % hello
hello
 % fish
Starting fish
 % hello
fish: Unknown command 'hello'

(Running on Mac OS X 10.5.6 using the macports version of fish 1.23.0)

For reasons I've forgotten, I set $XDG_CONFIG_HOME to $HOME in my config.fish,
but it turns out that tmux 0.6 automatically sets $XDG_CONFIG_HOME to $HOME.


--
Leonard

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to