[Fish-users] Autoloading functions from .config/fish/functions seems to be broken, or I am missing something.

2013-02-18 Thread Robert Carpenter
Hello all, Little bit by little bit I've been porting bash functions from my bash workflow over to fish functions and have had great success, with one caveat. I haven't been able to get fish to autoload files from the functions/ directory at all. For now I'm just stashing everything in the

Re: [Fish-users] Autoloading functions from .config/fish/functions seems to be broken, or I am missing something.

2013-02-18 Thread Jan Kanis
Hi Robert, Fish autoloading does not work entirely the way you expect it to. If you execute the command `git`, fish will look for a $fish_function_path/git.fish file and source it. Fish assumes this has defined a `git` function that can now be executed the regular way. But your example file named