LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   bash shell startup files (https://www.linuxquestions.org/questions/linux-from-scratch-13/bash-shell-startup-files-575751/)

mariogarcia 08-08-2007 08:12 PM

bash shell startup files
 
Hello, I have questions about configuration of the bash shell, i want a very special setup,
i want to have everything in english language. but I live in a country which locale is not english at all. and I don't want messages of the shell, date, etc to appear in something else than english. on the other hand, i need to have a different keyboard layout than the qwerty english one. i need to have an azerty belgian
so how can i configure the bash shell startup files to fusion the two world, everything in english, but the rest suitable to belgium. page size, etc
htank you

Quigi 08-09-2007 10:06 AM

Quote:

Originally Posted by mariogarcia
how can i configure the bash shell startup files to fusion the two world, everything in english, but the rest suitable to belgium. page size, etc

Regarding "page size", I had to create file /etc/papersize containing one line, "letter" to print on US letter paper; by default it (Ubuntu 6.06.1 dapper) would assume A4. You will want A4.

I'm aware this has nothing to do with bash startup files (in ~/.bash_profile, you may want to set some of the LC_* variables and/or LANG. :study: man bash).

m4mach 08-14-2007 04:00 AM

Maybe try man localedef and man locale.


All times are GMT -5. The time now is 08:39 PM.