On 2010-01-28 11:07:32 +0100, Vincent Lefevre wrote:
> The freeze under NFS is really annoying (so that I no longer source
> /etc/bash_completion from my .bashrc, but this disables bash completion
> entirely). Shouldn't /etc/bash_completion.d/git be removed then?
For those who may have the same problem (and in particular for those
who do not use git, at least not usually), here's a workaround:
git() { true; }
source /etc/bash_completion
unset -f git
--
Vincent Lefèvre <[email protected]> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]