On Oct 15, 2007, at 4:12 AM, Axel Liljencrantz wrote:

> On 10/14/07, Nicholas Burlett <[EMAIL PROTECTED]> wrote:
>> I just pulled from darcs  on Mac OS X, and the new fish doesn't work
>> at all. The shell starts up, but I can't type commands at it. I can
>> get it to run commands using something like:
>>
>> echo "ls" | fish
>>
>> I'm not sure what's wrong, or how to fix it. Any suggestions?
>
> Hmm, that is probably more of a misfeature than a bug - fish starts up
> with no keybindings, the bindings are loaded by the init scripts. So
> in other words, there will be no key bindings until you install fish.
> This is obviously bad since you'd want to test fish before installing
> it.
>
> I'll push a set of extremely minimal bindings in a patch asap.
>
> Thank you for the bug report.

For the benefit of others seeing this problem, I managed to fix it  
(with Axel's help) by doing a distclean and a reinstall, followed by  
adjusting my evironment variables:

[EMAIL PROTECTED] /Users/nick/Projects/fish> echo $fish_function_path
/Users/nick/.config/fish/functions /opt/etc/fish/functions /opt/share/ 
fish/functions
set fish_function_path[3] /usr/local/share/fish/functions
set fish_completion_path[3] /usr/local/share/fish/completions

-Nick



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to