bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: BASH ignores language for command completion


From: Greg Wooledge
Subject: Re: BASH ignores language for command completion
Date: Thu, 15 Jul 2010 11:42:51 -0400
User-agent: Mutt/1.4.2.3i

On Thu, Jul 15, 2010 at 08:06:20AM -0700, Bruce Korb wrote:
> So, for future reference, put this in my bashrc?
> 
> eval $(locale | sed 's/=.*/=C/;s/^/export /')

Gah!  That's ludicrous.

If something is setting LC_* variables you don't want, track it down and
stop it from doing so.  Don't write ghastly code to undo things that
should never have been done in the first place.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]