Mercurial > repos > other > linux
annotate profile @ 24:acbc487533ab
Consistently fix Thunderbird time settings by moving some bits to profile, not bashrc
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 24 Oct 2015 15:48:50 +0100 |
parents | |
children | c67aa2af6ff2 |
rev | line source |
---|---|
24
acbc487533ab
Consistently fix Thunderbird time settings by moving some bits to profile, not bashrc
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1 # This file is read each time a login shell is started. |
acbc487533ab
Consistently fix Thunderbird time settings by moving some bits to profile, not bashrc
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
2 # All other interactive shells will only read .bashrc; this is particularly |
acbc487533ab
Consistently fix Thunderbird time settings by moving some bits to profile, not bashrc
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
3 # important for language settings, see below. |
acbc487533ab
Consistently fix Thunderbird time settings by moving some bits to profile, not bashrc
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
4 |
acbc487533ab
Consistently fix Thunderbird time settings by moving some bits to profile, not bashrc
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
5 #SUSE-ism for importing common profile stuff |
acbc487533ab
Consistently fix Thunderbird time settings by moving some bits to profile, not bashrc
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
6 test -z "$PROFILEREAD" && . /etc/profile || true |
acbc487533ab
Consistently fix Thunderbird time settings by moving some bits to profile, not bashrc
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
7 |
acbc487533ab
Consistently fix Thunderbird time settings by moving some bits to profile, not bashrc
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
8 #Make sure that Thunderbird et al show correct dates and that all apps (not just Bash) get the right locale |
acbc487533ab
Consistently fix Thunderbird time settings by moving some bits to profile, not bashrc
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
9 export LC_TIME=en_GB.UTF-8 |
acbc487533ab
Consistently fix Thunderbird time settings by moving some bits to profile, not bashrc
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
10 export LC_ALL=en_GB.UTF-8 |
acbc487533ab
Consistently fix Thunderbird time settings by moving some bits to profile, not bashrc
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
11 |
acbc487533ab
Consistently fix Thunderbird time settings by moving some bits to profile, not bashrc
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
12 #Set us up for XCompose support of custom characters |
acbc487533ab
Consistently fix Thunderbird time settings by moving some bits to profile, not bashrc
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
13 export GTK_IM_MODULE="uim" |