Bash: Dotfiles
From FVue
See also
- http://www.solipsys.co.uk/new/BashInitialisationFiles.html
- Diagram showing which files get read and executed during the startup
- http://mywiki.wooledge.org/DotFiles
- Thorough explanation about which dotfiles get invoked when you start bash
- https://help.ubuntu.com/community/EnvironmentVariables
- "Shell config files such as ~/.bashrc, ~/.bash_profile, and ~/.bash_login are often suggested for setting environment variables. While this may work on Bash shells for programs started from the shell, variables set in those files are not available by default to programs started from the graphical environment in a desktop session."
- https://wiki.debian.org/Locale
- Howto setup locale variables on Debian:
- LANG Determines the default locale in the absence of other locale related environment variables
- LANGUAGE
- LC_ADDRESS Convention used for formatting of street or postal addresses
- LC_ALL High precedence override for locale specific behaviour (overrides all other locale variables)
- LC_COLLATE Collation order
- LC_CTYPE Character classification and case conversion
- LC_MONETARY Monetary formatting
- LC_MEASUREMENT Default measurement system used within the region
- LC_MESSAGES Format of interactive words and responses
- LC_NUMERIC Numeric formatting
- LC_PAPER Default paper size for region
- LC_RESPONSE Determines how responses (such as Yes and No) appear in the local language
- LC_TELEPHONE Conventions used for representation of telephone numbers
- LC_TIME Date and time formats
- http://askubuntu.com/questions/501181/how-to-change-fix-systems-locale-when-you-setup-in-a-language-not-official-in-y
- Error I'm encountering in Kubuntu