Setting locale for individual programs

Dotan Cohen dotancohen at gmail.com
Tue Jul 11 18:16:37 UTC 2006


On 11/07/06, Lea Gris <lea.gris at noiraude.net> wrote:
> bashrc only applies to bash environment unlike profile.

Excellent!

> #!/bin/bash
> export LANG=en
> /usr/bin/kate

Alright, I've got a test case in ~/bin. But ~/bin is not in my path,
so I'm tring to google a solution. I've added this to ~/.bashrc:
export PATH=$PATH:~/bin

But it doesn't work. Is this the right way to add ~/bin to my path?
Also, what should the permissions of ~/.bashrc be? 644?

Dotan Cohen
http://what-is-what.com




More information about the ubuntu-users mailing list