view profile @ 30:9ccd41c4f3fe

Fix an emoji key combo, comment them and add "fearful" (for "terrified/bad shocked" rather than just "shocked")
author IBBoard <dev@ibboard.co.uk>
date Wed, 20 Apr 2016 19:48:00 +0100
parents c67aa2af6ff2
children 768ac595e97d
line wrap: on
line source

# This file is read each time a login shell is started.
# All other interactive shells will only read .bashrc; this is particularly
# important for language settings, see below.

#SUSE-ism for importing common profile stuff
test -z "$PROFILEREAD" && . /etc/profile || true

#Make sure that Thunderbird et al show correct dates and that all apps (not just Bash) get the right locale
export LC_TIME=en_GB.UTF-8
export LC_ALL=en_GB.UTF-8

#Set us up for XCompose support of custom characters
export GTK_IM_MODULE="ibus"