On 10/2/05, Maciej Żenczykowski <maze at cela.pl> wrote: > As far as I can tell: > nxserver calls nxnode which sources ~/.bash_profile which sources > ~/.bashrc which sources /etc/bashrc which sources /etc/profile.d/*.sh > including /etc/profile.d/bash_completion.sh which sources > /etc/bash_completion - which doesn't return (or rather somehow quits The last thing that /etc/bash_completion does is load $HOME/.bash_completion, so you might try looking there for a problem.