view profile @ 139:c09729100dd2

Update outgoing cache when we commit Without this, we may wait 15 minutes until we see that we've got outgoing changes! There may be a better way to do this. And it still likely has a one prompt delay because of the time required to cache outgoing changes and recalculate. But it's better than nothing.
author IBBoard <dev@ibboard.co.uk>
date Sat, 18 Jan 2020 20:41:50 +0000
parents 6b1492d34562
children 0d534e797a43
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"
export LS_OPTIONS="$LS_OPTIONS -p"
export TERM="screen-256color"