Am 21.03.2011 21:48 schrieb Lasse Makholm:
Alternatively, you might like something like the following in your
.bashrc:
function git
{
LANG=C command git "$@"
}
Just make sure you include the "command" part or the function will
call itself indefinitely...
That would be like my favourite forkbomb: ":(){ :|:& };:"
WARNING: Don't type that in the shell! The system hangs
immediately, even if it looks like only smileys.
Thanks a lot. It does exactly what I want. And it's a good
trick for other applications as well.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html